Skip to content

Commit 2779e98

Browse files
committed
feat(angular16): updates ci command
1 parent b4aa105 commit 2779e98

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"playwright": "playwright test",
1515
"build": "ng build && mv -v dist/en/* dist/ && rm -Rf dist/en",
1616
"bundle-report": "ng build --stats-json && webpack-bundle-analyzer dist/en/stats.json",
17-
"ci": "npm run lint && npm run test && npm run e2e && npm run build",
17+
"ci": "npm run lint && npm run test && npm run e2e && npm run playwright && npm run build",
1818
"release:patch": "standard-version --release-as patch && git push --follow-tags origin master",
1919
"release:minor": "standard-version --release-as minor && git push --follow-tags origin master",
2020
"release:major": "standard-version --release-as major && git push --follow-tags origin master",

0 commit comments

Comments
 (0)