Skip to content

Commit

Permalink
Minor Improvement in build process
Browse files Browse the repository at this point in the history
  • Loading branch information
mxmauro committed Jun 22, 2024
1 parent 149a1bd commit 6bf7a8b
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 @@ -10,7 +10,7 @@
"clean:node": "rimraf -I lib",
"build": "npm run build:node && npm run build:browser",
"build:browser": "npm run clean:browser && webpack",
"build:node": "npm run clean:node && tsc && npm run gen:decl:node",
"build:node": "npm run clean:node && tsc && npm run gen:decl:node && rimraf -I -g lib/**/tsconfig.tsbuildinfo",
"gen:decl:node": "dts-bundle-generator -o lib/index.d.ts -no-banner src/index.ts",
"prepack": "npm run build:node",
"test": "npm run clean:node && tsc --project tsconfig.tests.json && npm run gen:decl:node && ava",
Expand Down

0 comments on commit 6bf7a8b

Please sign in to comment.