Skip to content
Prev Previous commit
Next Next commit
fix: script
  • Loading branch information
florian-lefebvre committed Apr 5, 2026
commit 46207eb936cc6145c25a1f4e49c72c199321068f
File renamed without changes.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,7 @@
"Don Denton <don@happycollision.com>"
],
"scripts": {
"build": "node scripts/build.mjs && node install/build.js",
"build:test": "node build.mjs",
"build": "node install/build.mjs && node install/build.js",
"install": "node install/check.js || npm run build",
"clean": "rm -rf src/build/ .nyc_output/ coverage/ test/fixtures/output.*",
"test": "npm run lint && npm run test-unit",
Expand Down