Skip to content
This repository has been archived by the owner on Dec 21, 2021. It is now read-only.

Commit

Permalink
Split example install & build steps.
Browse files Browse the repository at this point in the history
  • Loading branch information
timoxley committed Mar 31, 2020
1 parent b697a81 commit 500207b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Expand Up @@ -39,7 +39,7 @@ jobs:
run: npm run test-unit

- name: test-build
run: npm run build && npm run build-example
run: npm run build && npm run install-example && npm run build-example

- name: test-integration
run: |
Expand Down
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -20,6 +20,7 @@
"test-unit": "jest test/unit --detectOpenHandles",
"coverage": "jest --coverage",
"test-integration": "jest test/integration --detectOpenHandles",
"install-example": "cd examples/webpack && npm ci",
"build-example": "cd examples/webpack && npm run build-with-parent"
},
"engines": {
Expand Down

0 comments on commit 500207b

Please sign in to comment.