Skip to content

Commit 9dc0eb3

Browse files
committed
chore(psckage): update scripts for project
1 parent c198504 commit 9dc0eb3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
"scripts": {
1010
"ng": "ng",
1111
"ct": "git-cz",
12-
"start": "ng serve",
13-
"build": "ng build",
14-
"test": "ng test",
12+
"start": "ng serve ngx-element-boundary",
13+
"build": "ng build ngx-element-boundary",
14+
"test": "ng test ngx-element-boundary",
1515
"test:watch": "npm run test -- --watch",
1616
"test:ci": "npm run test -- --runInBand --coverage",
1717
"test:report": "cd coverage/ngx-element-boundary && codecov",
18-
"lint": "ng lint",
18+
"lint": "ng lint ngx-element-boundary",
1919
"e2e": "ng e2e",
2020
"format": "prettier --write \"**/*.{ts,js,json,?css,html}\"",
2121
"format:check": "prettier --check \"**/*.{ts,js,json,?css,html}\"",

0 commit comments

Comments
 (0)