File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 20
20
"demo:test" : " jest --config ./jest.demo.config.js" ,
21
21
"demo:build" : " yarn build && yarn run copy:dist && yarn cli build --configuration production --base-href \" /\" --output-path \" ./demo-dist\" " ,
22
22
"demo:release" : " yarn demo:build && ts-node ./build/demo-release.ts" ,
23
- "ci" : " yarn postinstall && yarn run build && yarn run test -w 1 --coverage && cat ./coverage/lcov.info | coveralls" ,
23
+ "ci" : " yarn run build && yarn run test -w 1 --coverage && cat ./coverage/lcov.info | coveralls" ,
24
24
"watch:tests" : " chokidar 'src/**/*.ts' --initial -c 'nyc --reporter=text --reporter=html yarn test'" ,
25
25
"changelog" : " conventional-changelog -p angular -i CHANGELOG.md -s -r 0" ,
26
26
"release" : " yarn run build && cd dist && yarn publish" ,
You can’t perform that action at this time.
0 commit comments