Skip to content

Commit

Permalink
scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbhmr authored Apr 18, 2024
1 parent 56dd327 commit 8fce961
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@
"out"
],
"scripts": {
"generate": "node run.js generate",
"build": "node run.js build",
"pretest": "npm run build",
"test": "npx -p . git --version && npx -p . bash --version",
"generate": "node scripts.js generate",
"build": "node scripts.js build",
"pretest": "node scripts.js build",
"test": "npx --package . git --version && npx --package . bash --version",
"format": "prettier -w ."
},
"os": [
Expand Down
File renamed without changes.

0 comments on commit 8fce961

Please sign in to comment.