Skip to content

Commit

Permalink
fix: Added deep script references
Browse files Browse the repository at this point in the history
  • Loading branch information
Eengineer1 committed Feb 4, 2025
1 parent c642d19 commit 194685c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"scripts": {
"clean": "rm -rf node_modules && rm -rf esm/node_modules && rm -rf cjs/node_modules && rm -f package-lock.json",
"build": "rm -rf build && npm run build:esm && npm run build:cjs && npm run build:types && cp preinstall.js build/preinstall.js && cp preinstall.js esm/preinstall.js && cp preinstall.js cjs/preinstall.js",
"build": "rm -rf build && npm run build:esm && npm run build:cjs && npm run build:types && cp preinstall.js build/preinstall.js && cp preinstall.js build/esm/preinstall.js && cp preinstall.js build/cjs/preinstall.js",
"build:esm": "cd esm && tsc -p tsconfig.json",
"build:cjs": "cd cjs && tsc -p tsconfig.json",
"build:types": "cd esm && tsc -p tsconfig.types.json",
Expand Down

0 comments on commit 194685c

Please sign in to comment.