Skip to content

Commit

Permalink
Merge pull request #36 from hankxdev/enable-watch
Browse files Browse the repository at this point in the history
  • Loading branch information
josteink authored May 5, 2024
2 parents 7c7cc2e + e20d49e commit d2d7ec3
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 @@ -8,7 +8,8 @@
"stage": "mkdir dist || echo Dist already exists.",
"bundle": "esbuild src/gmailJsLoader.js src/extension.js --outdir=dist/ --bundle --sourcemap --target=es6",
"devbuild": "cp ../gmail.js/src/gmail.js node_modules/gmail-js/src/ && npm run build",
"build": "npm run stage && npm run bundle"
"build": "npm run stage && npm run bundle",
"dev": "npm run bundle -- --watch"
},
"author": "Jostein kjønigsen",
"license": "ISC",
Expand Down

0 comments on commit d2d7ec3

Please sign in to comment.