Skip to content

Commit

Permalink
revert: Test script alterations for Node 22+
Browse files Browse the repository at this point in the history
  • Loading branch information
rschristian committed Jan 5, 2025
1 parent 3e0bc9a commit 1adce48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"dev:build": "vite build demo",
"dev:preview": "vite preview demo",
"build": "rimraf dist && tsc && tsc -p tsconfig.cjs.json && node tools/postbuild.mjs",
"test": "rimraf demo/node_modules && node --test",
"test": "rimraf demo/node_modules && node --test test",
"prepublishOnly": "npm run build"
},
"keywords": [
Expand Down

0 comments on commit 1adce48

Please sign in to comment.