We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebc348b commit f52b079Copy full SHA for f52b079
packages-exp/auth-exp/package.json
@@ -41,7 +41,7 @@
41
"test:node:unit": "node ./scripts/run-node-tests.js",
42
"test:node:integration": "node ./scripts/run-node-tests.js --integration",
43
"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",
+ "test:webdriver": "yarn build && rollup -c test/integration/webdriver/static/rollup.config.js && node ./scripts/run-node-tests.js --webdriver",
45
"api-report": "api-extractor run --local --verbose",
46
"predoc": "node ../../scripts/exp/remove-exp.js temp",
47
"doc": "api-documenter markdown --input temp --output docs",
0 commit comments