Skip to content

Commit

Permalink
deploy part
Browse files Browse the repository at this point in the history
  • Loading branch information
LeGall29 committed Aug 25, 2024
1 parent 3d00730 commit 81237a8
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 3 deletions.
21 changes: 20 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"format": "prettier --write \"**/*.{js,vue,scss,html,md,json}\" --ignore-path .gitignore",
"test": "echo \"No test specified\" && exit 0",
"dev": "quasar dev",
"build": "quasar build"
"build": "quasar build",
"deploy": "push-dir --dir=dist/spa --remote=gh-pages --branch=master"
},
"dependencies": {
"@quasar/extras": "^1.16.4",
Expand All @@ -26,7 +27,8 @@
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-vue": "^9.0.0",
"postcss": "^8.4.14",
"prettier": "^2.5.1"
"prettier": "^2.5.1",
"push-dir": "^0.4.1"
},
"engines": {
"node": "^20 || ^18 || ^16",
Expand Down

0 comments on commit 81237a8

Please sign in to comment.