Skip to content

Commit

Permalink
run via node
Browse files Browse the repository at this point in the history
  • Loading branch information
Elmer Bulthuis committed Mar 8, 2024
1 parent 5487cab commit 6794938
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/npm/goodrouter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
"./bundled/**"
],
"scripts": {
"prepack": "./scripts/build.js",
"pretest": "./scripts/build.js",
"build": "./scripts/build.js",
"clean": "./scripts/clean.js",
"prepack": "node ./scripts/build.js",
"pretest": "node ./scripts/build.js",
"build": "node ./scripts/build.js",
"clean": "node ./scripts/clean.js",
"test": "node --test ./transpiled/**/*.test.js"
},
"repository": {
Expand Down

0 comments on commit 6794938

Please sign in to comment.