Skip to content

Commit

Permalink
feat: prebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
cceevv committed Apr 24, 2023
1 parent 30badaa commit 7ab4847
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
],
"scripts": {
"test": "jest --env=jsdom --preset=ts-jest --coverage --coverageProvider=babel",
"build": "rm -rf dist coverage && rollup -c --configPlugin @rollup/plugin-typescript"
"prebuild": "rm -rf dist coverage",
"build": "rollup -c --configPlugin @rollup/plugin-typescript"
},
"peerDependencies": {
"react": ">=16.8.0"
Expand Down Expand Up @@ -54,4 +55,4 @@
"tslib": "^2.5.0",
"typescript": "^4.9.5"
}
}
}

0 comments on commit 7ab4847

Please sign in to comment.