Skip to content

Commit

Permalink
chore(build): remove resource gen before build
Browse files Browse the repository at this point in the history
  • Loading branch information
pviti committed Mar 1, 2022
1 parent 3e3afb7 commit a819688
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"module": "lib/esm/index.js",
"scripts": {
"analyze": "size-limit --why",
"prebuild": "npm run generate",
"build": "tsc -b tsconfig.json tsconfig.esm.json --verbose",
"clean": "rm -rf ./.nyc_output ./node_modules/.cache ./coverage",
"coverage": "jest --coverage",
Expand Down

0 comments on commit a819688

Please sign in to comment.