Skip to content

Commit

Permalink
copy lib/esm package.json in build script
Browse files Browse the repository at this point in the history
  • Loading branch information
robertlincecum committed Jun 6, 2024
1 parent e66dd00 commit 8b9698f
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 @@ -124,7 +124,7 @@
"_dist-stats": "gzip -k9f -S '.gz' ./dist/quais.min.js && gzip -k9f -S '.gz' ./dist/quais.umd.min.js && gzip -k9f -S '.gz' ./dist/wordlists-extra.min.js && du -hs ./dist/*.gz && echo '' && du -hs ./dist/*.js",
"auto-build": "npm run build -- -w",
"lint": "eslint src/**/*.ts --fix",
"build": "tsc --project tsconfig.esm.json",
"build": "tsc --project tsconfig.esm.json && cp ./misc/basedirs/lib.esm/package.json ./lib/esm",
"build-all": "npm run build && npm run build-commonjs",
"build-clean": "npm run clean && npm run build && npm run build-all && npm run _build-dist && npm run _dist-stats",
"build-commonjs": "tsc --project tsconfig.commonjs.json",
Expand Down

0 comments on commit 8b9698f

Please sign in to comment.