不要怂,就是干,撸起袖子干!

Commit 851d3bde by carsondarling

Explicitly targets the docs folder for generating docs

1 parent 602b1436
Showing with 1 additions and 1 deletions
......@@ -55,7 +55,7 @@
"test-buster-postgres": "DIALECT=postgres ./node_modules/.bin/buster-test",
"test-buster-postgres-native": "DIALECT=postgres-native ./node_modules/.bin/buster-test",
"test-buster-sqlite": "DIALECT=sqlite ./node_modules/.bin/buster-test",
"generate-docs": "node_modules/.bin/dox-foundation --source ./lib --title Sequelize"
"generate-docs": "node_modules/.bin/dox-foundation --source ./lib --target ./docs --title Sequelize"
},
"bin": {
"sequelize": "bin/sequelize"
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!