Skip to content

Commit

Permalink
Cheeky addition to support old tooling
Browse files Browse the repository at this point in the history
  • Loading branch information
slmnio committed Feb 7, 2023
1 parent b8db009 commit c0e4830
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"build": "vite build",
"serve": "vite preview --port 8080",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore --fix src",
"build-stage": "vite build --mode staging"
"build-stage": "vite build --mode staging",
"serve-website": "yarn dev"
},
"dependencies": {
"bootstrap-vue": "^2.23.1",
Expand Down

0 comments on commit c0e4830

Please sign in to comment.