Skip to content

Commit

Permalink
- Update config
Browse files Browse the repository at this point in the history
  • Loading branch information
ParticleG committed Oct 11, 2024
1 parent c127c32 commit 6c127e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"lint": "eslint --ext .js,.ts,.vue ./",
"format": "prettier --write \"**/*.{js,ts,vue,scss,html,md,json}\" --ignore-path .gitignore",
"test": "echo \"No test specified\" && exit 0",
"dev-pwa": "quasar dev -m pwa",
"build-pwa": "quasar build -m pwa"
"dev": "quasar dev -m pwa",
"build": "quasar build -m pwa"
},
"dependencies": {
"@quasar/extras": "^1.16.12",
Expand Down

0 comments on commit 6c127e0

Please sign in to comment.