Skip to content

Commit

Permalink
add npm script to install correct package dependencies (e.g., after g…
Browse files Browse the repository at this point in the history
…it pull or change branch)
  • Loading branch information
ronny committed Oct 27, 2024
1 parent c5ef6da commit 13b53f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"check": "npm run check --workspaces",
"test": "npm run test --workspaces",
"test:e2e": "npm run build --workspaces && vitest run --config=test/vitest.e2e.js",
"test:websites": "npm run build --workspaces && vitest run --config=test/vitest.websites.js"
"test:websites": "npm run build --workspaces && vitest run --config=test/vitest.websites.js",
"npm:clean-install": "npm update --package-lock-only && npm ci"
}
}

0 comments on commit 13b53f8

Please sign in to comment.