Skip to content

Commit

Permalink
fix(common): CHP-00 remove esm folder on prebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
chanceaclark committed Jul 13, 2020
1 parent 66ce65a commit 90b7258
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 @@ -20,7 +20,7 @@
},
"homepage": "https://github.com/bigcommerce/request-sender-js",
"scripts": {
"prebuild": "rm -rf lib",
"prebuild": "rm -rf lib; rm -rf esm",
"build:cjs": "tsc --outDir lib --project tsconfig-build.json",
"build:esm": "tsc --outDir esm --project tsconfig-build.json --target es5 --module esnext",
"build": "npm run build:cjs && npm run build:esm",
Expand Down

0 comments on commit 90b7258

Please sign in to comment.