Skip to content

Commit

Permalink
Use dist folder for curaenginejs and bumb version nr
Browse files Browse the repository at this point in the history
  • Loading branch information
casperlamboo committed Nov 29, 2024
1 parent 4a75b73 commit 8d19e2d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CuraEngineJS/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions CuraEngineJS/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@ultimaker/curaenginejs",
"version": "0.2.1",
"version": "0.2.2",
"description": "CuraEngineJS a TS component to run CuraEngine in a browser",
"main": "src/CuraEngine.js",
"main": "dist/CuraEngine.js",
"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 src && rm -f src/*conan*",
"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"
},
Expand Down

0 comments on commit 8d19e2d

Please sign in to comment.