Skip to content

Commit

Permalink
Try to fix package.json for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel-serrano committed Apr 11, 2024
1 parent b934346 commit c84c289
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
},
"scripts": {
"test": "HIPHOP_RESOLVE=\"./lib/hiphop.js\" NODE_OPTIONS=\"--enable-source-maps --no-warnings --loader ./lib/hiphop-loader.mjs\" mocha --exit test/**/*.test.js",
"prepare": "node etc/configure.js package.json lib/config.js.in lib/config.js",
"postinstall": "node etc/buildmodules.js"
"prepare": "node etc/configure.js package.json lib/config.js.in lib/config.js && node etc/buildmodules.js"
}
}

0 comments on commit c84c289

Please sign in to comment.