Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wvffle committed Feb 13, 2020
1 parent befc300 commit c95426a
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"license": "MIT",
"scripts": {
"start": "parcel -d public src/index.html",
"build": "rm -rf public/*s && parcel build --no-source-maps -d public src/index.html",
"build": "rm -rf public/* && parcel build --no-source-maps -d public src/index.html",
"prepublishOnly": "yarn build && git add public"
},
"devDependencies": {
Expand Down
1 change: 0 additions & 1 deletion public/app.f38b4bcd.css.map

This file was deleted.

1 change: 0 additions & 1 deletion public/app.f38b4bcd.js.map

This file was deleted.

1 change: 0 additions & 1 deletion public/main.1f19ae8e.css.map

This file was deleted.

1 change: 0 additions & 1 deletion public/main.1f19ae8e.js.map

This file was deleted.

0 comments on commit c95426a

Please sign in to comment.