Skip to content

Commit

Permalink
Create dist/ folder
Browse files Browse the repository at this point in the history
  • Loading branch information
sedwards2009 committed Jul 25, 2024
1 parent c37e57e commit ebe566b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions jsDulcificum/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@
"description": "",
"main": "dist/index.js",
"scripts": {
"install_dulicificum": "conan install cura_settings/latest@ultimaker/np_147 -s build_type=Release --build=missing --update -c tools.build:skip_test=True --options=\"cura_settings:with_cura_resources=True\" -pr:h cura_wasm.jinja -if src/CuraSettings && rm -f src/CuraSettings/*conan*",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"lint:fix": "npm run lint -- --fix",
"build": "tsc",
"copy-wasm": "cp ../build/Release/dulcificum.js dist/ && cp ../build/Release/dulcificum.d.ts src/",
"copy-wasm": "mkdir -p dist && cp ../build/Release/dulcificum.js dist/ && cp ../build/Release/dulcificum.d.ts src/",
"prepublish": "npm run copy-wasm && npm run build"
},
"repository": {
Expand Down

0 comments on commit ebe566b

Please sign in to comment.