We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4aa105 commit 2779e98Copy full SHA for 2779e98
1 file changed
package.json
@@ -14,7 +14,7 @@
14
"playwright": "playwright test",
15
"build": "ng build && mv -v dist/en/* dist/ && rm -Rf dist/en",
16
"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",
+ "ci": "npm run lint && npm run test && npm run e2e && npm run playwright && npm run build",
18
"release:patch": "standard-version --release-as patch && git push --follow-tags origin master",
19
"release:minor": "standard-version --release-as minor && git push --follow-tags origin master",
20
"release:major": "standard-version --release-as major && git push --follow-tags origin master",
0 commit comments