File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed
Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,9 @@ extra-typings.d.ts
99tsconfig * .json
1010tsd.json
1111dev /
12+ docs /
1213scripts /
1314typings /
1415webpack.config * .js
1516screencast.gif
17+ yarn.lock
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ deployment:
88 commands :
99 - touch .npmrc
1010 - printf "\n$NPM_REGISTRY_CREDS\n" >> .npmrc
11+ - yarn run build
1112 - npm publish
1213dependencies :
1314 pre :
Original file line number Diff line number Diff line change 1414 "clean" : " rm -rf lib/" ,
1515 "start" : " webpack-dev-server --config webpack.config.hot.js --inline --hot --content-base docs/ --host 0.0.0.0 --port 8092" ,
1616 "build" : " npm-run-all clean lib.compile.ts lib.compile.less lib.remove.type.references" ,
17- "prepublishOnly " : " yarn run build" ,
17+ "prepare " : " yarn run build" ,
1818 "docs" : " rm -rf docs/ && webpack" ,
1919 "test" : " tslint --project tsconfig.json && mocha --opts test/mocha.opts 'test/*.ts'" ,
2020 "lib.compile.ts" : " tsc -p tsconfig-build.json" ,
You can’t perform that action at this time.
0 commit comments