Skip to content

Commit

Permalink
fix: 💚 fix parcel build
Browse files Browse the repository at this point in the history
  • Loading branch information
luciancaetano committed Mar 28, 2022
1 parent 3fffb1c commit 2f8ebcf
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 @@ -10,7 +10,7 @@
],
"description": "LensUI Design System",
"scripts": {
"build": "parcel build --no-cache",
"build": "rimraf dist && rimraf .parcel-cache && parcel build --no-cache",
"test": "tsc --noEmit && jest --coverage --silent",
"check:licenses": "license-checker --production --csv --out build/licenses.csv",
"test:dev": "jest --watchAll --coverage",
Expand Down

0 comments on commit 2f8ebcf

Please sign in to comment.