Skip to content

Commit fdfc681

Browse files
committed
tests: add e2e tests to package.json
1 parent c56cfd9 commit fdfc681

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"private": true,
33
"scripts": {
44
"bootstrap": "lerna bootstrap --hoist",
5-
"build-all": "lerna run build-all"
5+
"build-all": "lerna run build-all",
6+
"test:e2e": "cb cy:*"
67
},
78
"name": "browser-sync",
89
"devDependencies": {

0 commit comments

Comments
 (0)