Skip to content

Commit

Permalink
Setup parcel scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
daun committed Jan 8, 2020
1 parent 94b74cb commit e4dc8f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Expand Up @@ -4,6 +4,8 @@
"description": "Configurable dashboard for ProcessWire's admin interface",
"main": "\"\"",
"scripts": {
"dev": "parcel src/*.js src/*.css --no-source-maps",
"build": "parcel build src/*.js src/*.css --no-source-maps",
"bump": "bump package.json package-lock.json VERSION --commit \"Release v%s\" --tag \"v\""
},
"author": "Philipp Daun",
Expand Down

0 comments on commit e4dc8f2

Please sign in to comment.