Skip to content

Commit

Permalink
don't gen the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Shy committed Nov 17, 2017
1 parent 3cd5efa commit ad2cf95
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@
"lint": "tslint -t codeFrame 'src/**/*.ts' 'test/**/*.ts'",
"prebuild": "rimraf dist",
"build":
"tsc && webpack && webpack --env.prod && rimraf compiled && typedoc --out dist/docs --target es6 --theme minimal src",
"tsc && webpack && webpack --env.prod && rimraf compiled",
"start": "tsc -w & webpack -w",
"gen-docs": "typedoc --out dist/docs --target es6 --theme minimal src",
"test": "jest",
"test:watch": "jest --watch",
"test:prod": "npm run lint && npm run test -- --coverage --no-cache",
Expand Down

0 comments on commit ad2cf95

Please sign in to comment.