Skip to content

Commit

Permalink
fix postinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
dzencot committed Jun 30, 2022
1 parent f4619e9 commit 2be6671
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"scripts": {
"build": "npm run build --prefix frontend",
"start": "start-server -s ./frontend/build",
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "cd frontend && npm ci"
},
"postinstall": "cd frontend && npm ci",
"author": "",
"license": "ISC",
"dependencies": {
Expand Down

0 comments on commit 2be6671

Please sign in to comment.