Skip to content

Commit 0806ef8

Browse files
committed
No hay postInstall asique se elimina de yarn ci
1 parent 3c95d72 commit 0806ef8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"demo:test": "jest --config ./jest.demo.config.js",
2121
"demo:build": "yarn build && yarn run copy:dist && yarn cli build --configuration production --base-href \"/\" --output-path \"./demo-dist\"",
2222
"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",
2424
"watch:tests": "chokidar 'src/**/*.ts' --initial -c 'nyc --reporter=text --reporter=html yarn test'",
2525
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
2626
"release": "yarn run build && cd dist && yarn publish",

0 commit comments

Comments
 (0)