Skip to content

Commit

Permalink
Fix build scripts
Browse files Browse the repository at this point in the history
NP-76
  • Loading branch information
casperlamboo committed Aug 12, 2024
1 parent 6da1d8b commit 7bbe6fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DulcificumJS/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"lint:fix": "npm run lint -- --fix",
"lint:tsc": "tsc",
"build": "tsc -p tsconfig.json",
"copy:js": "mkdir -p dist/Dulcificum && cp ../build/Release/DulcificumJS/cpp/dulcificum_js.* dist/Dulcificum/ && cp ../build/Release/DulcificumJS/cpp/dulcificum_js.* src/Dulcificum/",
"prepublish": "npm run build && npm run copy:js "
"copy:js": "mkdir -p dist/Dulcificum && cp ../build/Release/DulcificumJS/cpp/dulcificum_js.* src/Dulcificum/",
"prepublish": "npm run copy:js && npm run build"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 7bbe6fe

Please sign in to comment.