mirror of
https://github.com/status-im/dappconnect-vote-poll-sdk.git
synced 2025-01-22 03:00:42 +00:00
Run dev webserver on port 8181
This commit is contained in:
parent
7f641c35a6
commit
772d15be02
@ -7,7 +7,7 @@
|
||||
"clean:all": "yarn clean && rimraf node_modules/",
|
||||
"clean": "rimraf dist/",
|
||||
"build": "rm -rf dist && webpack --mode=production --env ENV=production",
|
||||
"start": "webpack serve --mode=development --env ENV=development --https",
|
||||
"start": "webpack serve --mode=development --env ENV=development --https --port 8181",
|
||||
"test": "mocha -r jsdom-global/register",
|
||||
"lint": "yarn lint:prettier --check && yarn lint:eslint",
|
||||
"lint:fix": "yarn lint:prettier --write && yarn lint:eslint --fix",
|
||||
|
Loading…
x
Reference in New Issue
Block a user