Skip to content

Commit f52b079

Browse files
committed
But why?
1 parent ebc348b commit f52b079

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
@@ -41,7 +41,7 @@
4141
"test:node:unit": "node ./scripts/run-node-tests.js",
4242
"test:node:integration": "node ./scripts/run-node-tests.js --integration",
4343
"test:node:integration:local": "node ./scripts/run-node-tests.js --integration --local",
44-
"test:webdriver": "rollup -c test/integration/webdriver/static/rollup.config.js && node ./scripts/run-node-tests.js --webdriver",
44+
"test:webdriver": "yarn build && rollup -c test/integration/webdriver/static/rollup.config.js && node ./scripts/run-node-tests.js --webdriver",
4545
"api-report": "api-extractor run --local --verbose",
4646
"predoc": "node ../../scripts/exp/remove-exp.js temp",
4747
"doc": "api-documenter markdown --input temp --output docs",

0 commit comments

Comments
 (0)