Skip to content

Commit

Permalink
update package.json scripts
Browse files Browse the repository at this point in the history
Include "npm run build" in "npm run test:full" for maximum testing power.
Add "npm-force-resolutions" as a dev dependency so global installation is not required.
  • Loading branch information
electrovir committed May 3, 2022
1 parent fb78517 commit 5d98a78
Show file tree
Hide file tree
Showing 3 changed files with 42,198 additions and 42,261 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/virmator-tagged-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
- name: run test
run: |
npm ci
# the full test includes the build
npm run test:full
npm run build
- name: pack and set vars
id: vars
run: |
Expand Down
Loading

0 comments on commit 5d98a78

Please sign in to comment.