Skip to content

Commit

Permalink
Don't build with Python for Wasm
Browse files Browse the repository at this point in the history
Contribute to NP-577
  • Loading branch information
jellespijker committed Nov 19, 2024
1 parent 71eadac commit 59527ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DulcificumJS/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "DulcificumJS is a TS component to run Dulcificum in a browser",
"main": "dist/index.js",
"scripts": {
"install_dulcificum": "conan install dulcificum/0.2.1@_/_ -s build_type=Release --build=missing --update -c tools.build:skip_test=True -pr:h cura_wasm.jinja -if src/Dulcificum && rm -f src/Dulcificum/*conan*",
"install_dulcificum": "conan install dulcificum/0.2.1@_/_ -s build_type=Release --build=missing --update -o with_python_bindings=False -c tools.build:skip_test=True -pr:h cura_wasm.jinja -if src/Dulcificum && rm -f src/Dulcificum/*conan*",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"lint:fix": "npm run lint -- --fix",
"lint:tsc": "tsc",
Expand Down

0 comments on commit 59527ad

Please sign in to comment.