Skip to content

Commit 9be9746

Browse files
nikpachoozoobestik
authored andcommitted
fix: add local dev mode
1 parent 1dd9ea9 commit 9be9746

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@
8080
"copy-examples": "node utils/copy-examples",
8181
"release:ci": "rm -rf dist && npm run build:all && $NPM_TOKEN=%env.NPM_TOKEN% npm publish",
8282
"start": "webpack-dev-server --port 9002",
83+
"start-with-local-compiler": "webpack-dev-server --port 9002 --env webDemoUrl='//localhost:8080'",
8384
"lint": "eslint . --ext .ts",
8485
"fix": "eslint --fix --ext .ts .",
8586
"test": "npm run build:all && npm run test:run",

0 commit comments

Comments
 (0)