You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@
10
10
"scripts": {
11
11
"lint": "eslint . --ext .ts",
12
12
"lint:fix": "eslint . --ext .ts --fix",
13
-
"test:e2e": "$npm_package_config_testCommand --tags \"not @vr and not @brokenlinks and not @bwpup and not @cdn\" ; npm run push-report --tag=$npm_config_tag",
13
+
"test:e2e": "$npm_package_config_testCommand --tags \"not @vr and not @cdn and not @bwpup and not @cdn\" ; npm run push-report --tag=$npm_config_tag",
14
14
"test:smoke": "$npm_package_config_testCommand --tags @smoke ; npm run push-report --tag=$npm_config_tag",
0 commit comments