Skip to content

Commit

Permalink
Update copy:js script path
Browse files Browse the repository at this point in the history
NP-76
  • Loading branch information
saumyaj3 committed Aug 8, 2024
1 parent 066bd08 commit f2fc428
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DulcificumJS/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"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 && cp ../build/Release/dulcificum_js.js dist/ && cp ../build/Release/dulcificum_js.d.ts src/",
"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 f2fc428

Please sign in to comment.