Skip to content

Commit

Permalink
fix deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
dzencot committed Jan 23, 2023
1 parent 1e85c70 commit f4a5995
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
14 changes: 14 additions & 0 deletions package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"scripts": {
"build": "npm run build --prefix frontend && npm run build --prefix backend",
"start:prod": "npm run start:prod --prefix backend",
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"preinstall": "npm ci --prefix frontend && npm ci --prefix backend"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit f4a5995

Please sign in to comment.