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

Commit ea64db0a by Sascha Depold

Merge pull request #444 from carsondarling/master

Explicitly target ./docs folder for generate-docs script.
2 parents 602b1436 851d3bde
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!