Skip to content

Commit

Permalink
Rename publish to prepublishOnly
Browse files Browse the repository at this point in the history
  • Loading branch information
casperlamboo committed Nov 29, 2024
1 parent 8d19e2d commit c5f908e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CuraEngineJS/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"install_curaengine": "conan install ${npm_package_config_conan_package} -s build_type=Release --build=missing --update -c tools.build:skip_test=True -pr:h cura_wasm.jinja -if dist && rm -f dist/*conan*",
"build": "npm run install_curaengine",
"prepublish": "npm run build"
"prepublishOnly": "npm run build"
},
"config": {
"conan_package": "curaengine/5.9.0@_/_"
Expand Down

0 comments on commit c5f908e

Please sign in to comment.