Skip to content

Commit

Permalink
chore: add a script to start an https local session with webpack
Browse files Browse the repository at this point in the history
  • Loading branch information
jailln authored and mgermerie committed Aug 2, 2022
1 parent 7134b26 commit e99bf15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"build": "cross-env NODE_ENV=production webpack",
"transpile": "cross-env BABEL_DISABLE_CACHE=1 babel src --out-dir lib",
"start": "cross-env NODE_ENV=development webpack serve",
"start-https": "cross-env NODE_ENV=development webpack serve --https",
"debug": "cross-env noInline=true npm start",
"prepublishOnly": "npm run build && npm run transpile",
"prepare": "cross-env NO_UPDATE_NOTIFIER=true node ./config/prepare.mjs && node ./config/replace.config.mjs",
Expand Down

0 comments on commit e99bf15

Please sign in to comment.