Skip to content

Commit

Permalink
add build command
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Brakke committed Apr 28, 2023
1 parent 0ba17a8 commit 9c142bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"scripts": {
"dev": "quasar dev",
"build": "quasar build",
"build:pwa": "quasar build -m pwa",
"lint": "eslint --ext .js,.vue ./",
"format": "prettier --write \"**/*.{js,vue,scss,html,md,json}\" --ignore-path .gitignore"
},
Expand Down

0 comments on commit 9c142bb

Please sign in to comment.