Skip to content

Commit

Permalink
update path of build for DulcificumJS
Browse files Browse the repository at this point in the history
  • Loading branch information
saumyaj3 committed Aug 9, 2024
1 parent acaa610 commit 7a4420d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions DulcificumJS/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{
"name": "@ultimaker/dulcificumjs",
"version": "0.1.0-alpha.1",
"description": "DulcificumJS is a TS component to run Dulsificum in a browser",
"description": "DulcificumJS is a TS component to run Dulcificum in a browser",
"main": "dist/index.js",
"scripts": {
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"lint:fix": "npm run lint -- --fix",
"build": "tsc",
"copy:js": "mkdir -p dist/Dulcificum && cp ../build/Release/DulcificumJS/dulcificum_js.* dist/Dulcificum",

"copy:js": "mkdir -p dist/Dulcificum && cp src/Dulcificum/dulcificum_js.* dist/Dulcificum/",
"prepublish": "npm run copy:js && npm run build"
},
"repository": {
Expand Down

0 comments on commit 7a4420d

Please sign in to comment.