Skip to content

Commit

Permalink
Update build script, docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Siegrift committed Jan 26, 2020
1 parent 9734e63 commit 2c74142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"test": "jest",
"test-watch": "jest --watch",
"clean": "rm -rf dist docs",
"build": "yarn clean && yarn tsc --target \"ES5\" --outDir \"dist\" --declaration true && cp package.json dist && cp README.md dist",
"build": "yarn tsc --target \"ES5\" --outDir \"dist\" --declaration true && cp package.json dist && cp README.md dist",
"docs": "yarn clean && typedoc --theme minimal --out docs ./src --mode file --exclude './src/+(common|test)/*' --excludeNotExported --excludePrivate && cp -r ./assets/* docs/assets"
},
"husky": {
Expand Down

0 comments on commit 2c74142

Please sign in to comment.