Skip to content

Commit

Permalink
⚡ New start command, for non-Docker people
Browse files Browse the repository at this point in the history
  • Loading branch information
Lissy93 committed Mar 2, 2024
1 parent 48fa5fc commit df866ba
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "server",
"author": "Alicia Sykes <alicia@omg.lol> (https://aliciasykes.com)",
"scripts": {
"start": "node server",
"start": "npm-run-all --parallel build-watch start",
"dev": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
Expand All @@ -14,7 +14,8 @@
"build-and-start": "npm-run-all --parallel build-watch start",
"validate-config": "node services/config-validator",
"health-check": "node services/healthcheck",
"dependency-audit": "npx improved-yarn-audit --ignore-dev-deps"
"dependency-audit": "npx improved-yarn-audit --ignore-dev-deps",
"static-start": " node server"
},
"dependencies": {
"@babel/core": "^7.0.0",
Expand Down

0 comments on commit df866ba

Please sign in to comment.