Skip to content

Commit 01b5c76

Browse files
author
Salma Alam-Naylor
committed
Fixed npm run commans
1 parent 19b9c1b commit 01b5c76

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"build": "ng build",
1010
"test": "ng test",
1111
"test:coverage": "npm run affected:test -- --all --code-coverage",
12-
"test:update": "nx test —-updateSnapshot",
12+
"test:update": "nx test -- --updateSnapshot",
13+
"test:watch": "npm run affected:test -- --watchAll",
1314
"lint": "nx workspace-lint && ng lint",
1415
"e2e": "ng e2e",
1516
"affected:apps": "nx affected:apps",

0 commit comments

Comments
 (0)