Skip to content

Commit

Permalink
Add scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
catherineisonline committed Jul 25, 2024
1 parent 1e31319 commit fb8b186
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"scripts": {
"inject-env": "node inject-env.js",
"build": "npm run inject-env && webpack --mode production",
"start": "live-server"
"start": "live-server",
"deploy": "gh-pages -d ."
},
"devDependencies": {
"@types/node": "^20.14.12",
Expand Down

0 comments on commit fb8b186

Please sign in to comment.