Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
patheticGeek committed May 24, 2020
1 parent ec2dfbc commit 3420407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"dev": "nodemon index.js",
"build": "cd web && npm run build",
"build": "cd web && npm install && npm run build",
"start": "NODE_ENV=production node index.js"
},
"keywords": [
Expand Down

0 comments on commit 3420407

Please sign in to comment.