Skip to content

Commit 4db7135

Browse files
chore: add e2e script to package.json (#182)
1 parent af48ab6 commit 4db7135

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
"local-registry": "sh ./scripts/local-registry.sh",
1010
"prepare": "husky install",
1111
"start": "nx serve",
12-
"test": "nx test"
12+
"test": "nx test",
13+
"e2e": "nx e2e"
1314
},
1415
"private": true,
1516
"packageManager": "[email protected]",

0 commit comments

Comments
 (0)