Skip to content

Commit 0fd37de

Browse files
authored
Don't run doc on each build
1 parent 8438d02 commit 0fd37de

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@
6363
"zip": "bestzip Publish/release.zip Publish/WebApiClient.js Publish/WebApiClient.min.js Publish/WebApiClient.d.ts",
6464
"build": "npm run test && npm run uglify && npm run copyTypes && npm run zip",
6565
"doc": "jsdoc -c ./conf.json -t ./node_modules/ink-docstrap/template -R README.md -r ./src/js -d ./docs",
66-
"postbuild": "npm run doc"
6766
},
6867
"dependencies": {
6968
"minimist": "^1.2.0"

0 commit comments

Comments
 (0)