Skip to content

Commit

Permalink
Removed clean:dist from build
Browse files Browse the repository at this point in the history
  • Loading branch information
jvanderen1 committed Dec 26, 2021
1 parent 7ff2fbe commit c934929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -23,7 +23,7 @@
"browser": "dist/unstated-next.umd.js",
"types": "dist/types.d.ts",
"scripts": {
"build": "npm run clean:dist && parcel build",
"build": "parcel build",
"clean": "npm run clean:dist && npm run clean:types && npm run clean:node-modules",
"clean-install": "npm run clean && npm install",
"clean:dist": "rimraf dist/",
Expand Down

0 comments on commit c934929

Please sign in to comment.