Skip to content

Commit 5cbfd41

Browse files
committed
test: build before running the tests
1 parent c7f6cd2 commit 5cbfd41

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

examples/quickstart/package-lock.json

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
13 Bytes
Binary file not shown.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"build": "run-s lib:js:build",
1717
"dev": "run-p lib:watch lib:test:watch",
1818
"serve": "serve dist -p 8080",
19-
"test": "run-s test:lib test:quickstart",
19+
"test": "run-s build test:lib test:quickstart",
2020
"test:lib": "node ./test/test-runner.js",
2121
"test:quickstart": "(cd examples/quickstart && npm install && npm run test)",
2222
"lint": "prettier --write **/*.js **/*.ts **/*.json !build/**/* !dist/**/*",

0 commit comments

Comments
 (0)