Skip to content

Commit

Permalink
added new scripts to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
djedjehasi committed Dec 3, 2024
1 parent a94bd83 commit 998702b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@
"scripts": {
"start": "node index.js",
"dev": "nodemon index.js",
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"build:ui": "rm -rf dist && cd ../notes-frontend/ && npm run build && cp -r dist ../notes-backend",
"deploy": "fly deploy",
"deploy:full": "npm run build:ui && npm run deploy",
"logs:prod": "fly logs"
},
"author": "Yosef Gehasy",
"license": "ISC",
Expand Down

0 comments on commit 998702b

Please sign in to comment.