Skip to content

Commit

Permalink
Fix build script to support old build
Browse files Browse the repository at this point in the history
  • Loading branch information
mobycrypt committed Sep 22, 2024
1 parent f06bfe8 commit a0d59bc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"scripts": {
"test": "echo \"No test specified\" && exit 0",
"dev": "node_modules/.bin/quasar dev",
"build": "node_modules/.bin/quasar build -m ssr"
"build": "node_modules/.bin/quasar build",
"build-ssr": "node_modules/.bin/quasar build -m ssr"
},
"dependencies": {
"@quasar/extras": "^1.16.4",
Expand Down

0 comments on commit a0d59bc

Please sign in to comment.