Skip to content

Commit 3dfaff8

Browse files
committed
feat(ANGULAR17): fix e2e script
1 parent 9a33c1a commit 3dfaff8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99
"lint": "ng lint && stylelint \"src/**/*.{css,scss}\"",
1010
"test": "ng test --code-coverage --no-watch",
1111
"test:watch": "ng test --code-coverage",
12-
"e2e": "playwright test",
12+
"e2e": "npm run playwright",
13+
"playwright": "playwright test",
1314
"build": "ng build && mv -v dist/en/* dist/ && rm -Rf dist/en",
1415
"bundle-report": "ng build --stats-json && webpack-bundle-analyzer dist/en/stats.json",
1516
"ci": "npm run lint && npm run test && npm run e2e && npm run playwright && npm run build",
1617
"release:patch": "standard-version --release-as patch && git push --follow-tags origin master",
1718
"release:minor": "standard-version --release-as minor && git push --follow-tags origin master",
18-
"release:major": "standard-version --release-as major && git push --follow-tags origin master",
19-
"update": "ng update --force"
19+
"release:major": "standard-version --release-as major && git push --follow-tags origin master"
2020
},
2121
"private": true,
2222
"dependencies": {

0 commit comments

Comments
 (0)