Skip to content

Commit

Permalink
Fix conan install command
Browse files Browse the repository at this point in the history
NP-76
  • Loading branch information
casperlamboo committed Aug 13, 2024
1 parent 3882cdf commit b09c765
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/latest@ultimaker/np_76 -s build_type=Release --update --build=missing -c tools.build:skip_test=True -o with_python_bindings=False -pr:h cura_wasm.jinja -if src/Dulcificum && rm -f src/Dulcificum/*conan*",
"install_dulcificum": "conan install dulcificum/latest@ultimaker/np_76 -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*",
"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 b09c765

Please sign in to comment.