Skip to content

Commit

Permalink
chore: add a dev command to package.json (#5)
Browse files Browse the repository at this point in the history
Co-authored-by: David Sanders <[email protected]>
  • Loading branch information
nornagon and dsanders11 authored Nov 8, 2023
1 parent 161da05 commit c16bc26
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 @@ -12,7 +12,8 @@
},
"scripts": {
"build": "tsc",
"start": "node lib/index.js"
"start": "node lib/index.js",
"start:dev": "PATH_PREFIX=/atom-shell/symbols S3_BUCKET=gh-contractor-zcbenz npm start"
},
"devDependencies": {
"@types/http-proxy": "^1.17.6",
Expand Down

0 comments on commit c16bc26

Please sign in to comment.