Skip to content

Commit

Permalink
internal: Fix build clean for publish script to work
Browse files Browse the repository at this point in the history
  • Loading branch information
ntucker committed Feb 9, 2024
1 parent 798bd52 commit 288486e
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 @@ -19,7 +19,7 @@
"build:bundle": "npm run build:js:node && npm run build:js:browser",
"build:js:node": "BROWSERSLIST_ENV=node12 rollup -c",
"build:js:browser": "BROWSERSLIST_ENV=legacy rollup -c",
"build:clean": "rimraf lib dist",
"build:clean": "rimraf lib",
"build": "npm run build:lib && npm run build:types",
"dev": "yarn run build:lib -w",
"prepare": "npm run build:clean && npm run build",
Expand Down

0 comments on commit 288486e

Please sign in to comment.