Skip to content

Commit

Permalink
fix: add local dev mode
Browse files Browse the repository at this point in the history
  • Loading branch information
nikpachoo authored and zoobestik committed Apr 23, 2024
1 parent 1dd9ea9 commit 9be9746
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 @@ -80,6 +80,7 @@
"copy-examples": "node utils/copy-examples",
"release:ci": "rm -rf dist && npm run build:all && $NPM_TOKEN=%env.NPM_TOKEN% npm publish",
"start": "webpack-dev-server --port 9002",
"start-with-local-compiler": "webpack-dev-server --port 9002 --env webDemoUrl='//localhost:8080'",
"lint": "eslint . --ext .ts",
"fix": "eslint --fix --ext .ts .",
"test": "npm run build:all && npm run test:run",
Expand Down

0 comments on commit 9be9746

Please sign in to comment.