Skip to content

Commit

Permalink
Updated clean command
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafael Grigorian committed Dec 12, 2020
1 parent 57d3d75 commit 66da3ff
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 @@ -9,7 +9,7 @@
"build": "NODE_ENV=production parcel build --no-cache --no-source-maps src/*.html",
"preserve": "mkdir -p dist && cp -r static/* dist/",
"serve": "NODE_ENV=development parcel serve --no-autoinstall --no-cache src/*.html",
"clean": "rm -rf dist .cache .parcel-cache",
"clean": "rm -rf dist .parcel-cache target",
"zip": "mkdir -p target && zip -r target/chrome-milk-$npm_package_version.zip dist/*",
"release": "yarn clean && yarn build && yarn zip"
},
Expand Down

0 comments on commit 66da3ff

Please sign in to comment.