Skip to content

Commit 17a1679

Browse files
committed
Move location of integration command in package.json
1 parent dedbfa3 commit 17a1679

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages-exp/auth-exp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
"dev": "rollup -c -w",
2525
"test": "run-p lint test:all",
2626
"test:all": "run-p test:browser test:node",
27-
"test:integration:local": "run-s test:node:integration:local test:browser:integration:local test:webdriver",
2827
"test:ci": "node ../../scripts/run_tests_in_ci.js -s test:all",
28+
"test:integration:local": "run-s test:node:integration:local test:browser:integration:local test:webdriver",
2929
"test:browser": "karma start --single-run",
3030
"test:browser:unit": "karma start --single-run --unit",
3131
"test:browser:integration": "karma start --single-run --integration",

0 commit comments

Comments
 (0)