Skip to content

Commit

Permalink
Fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
magicismight committed Aug 12, 2021
1 parent 6d1bee4 commit f7fffd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
},
"scripts": {
"test": "jest --coverage",
"build": "run-s clean && run-p build:cjs build:esm",
"build": "run-s test clean && run-p build:cjs build:esm",
"build:cjs": "tsc --module commonjs --declaration --outDir ./dist/lib",
"build:esm": "tsc --module esnext --declaration --outDir ./dist/esm",
"prepublishOnly": "npm run check:ci && npm run build",
"prepublishOnly": "npm run build",
"clean": "rm -rf dist"
},
"keywords": [
Expand Down

0 comments on commit f7fffd6

Please sign in to comment.