Skip to content

Commit

Permalink
Copy build and dist
Browse files Browse the repository at this point in the history
NP-76
  • Loading branch information
casperlamboo committed Aug 12, 2024
1 parent 7bbe6fe commit e61ca4f
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
Expand Up @@ -8,8 +8,9 @@
"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.* src/Dulcificum/",
"prepublish": "npm run copy:js && npm run build"
"copy:build": "cp ../build/Release/DulcificumJS/cpp/dulcificum_js.* src/Dulcificum/",
"copy:dist": "mkdir -p dist/Dulcificum && cp src/Dulcificum/dulcificum_js.* dist/Dulcificum/",
"prepublish": "npm run copy:build && npm run build && npm run copy:dist"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit e61ca4f

Please sign in to comment.