Skip to content

Commit c9e41f6

Browse files
committed
chore(docs): add more npm scripts
1 parent edb80e8 commit c9e41f6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
"private": true,
99
"scripts": {
1010
"dev": "quasar dev",
11+
"build": "quasar build -m ssr",
12+
"deploy": "yarn build && cd dist/ssr && now --public",
1113
"lint": "eslint --ext .js,.vue src",
1214
"test": "echo \"No test specified\" && exit 0"
1315
},

0 commit comments

Comments
 (0)