diff options
Diffstat (limited to 'packages/instant')
-rw-r--r-- | packages/instant/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/instant/package.json b/packages/instant/package.json index 381d78c88..511edff3d 100644 --- a/packages/instant/package.json +++ b/packages/instant/package.json @@ -11,7 +11,7 @@ "build": "webpack --mode production", "build:ci": "yarn build", "watch_without_deps": "tsc -w", - "dev": "webpack-dev-server --mode development --env.development", + "dev": "webpack-dev-server --mode development", "lint": "tslint --format stylish --project .", "test": "jest", "test:coverage": "jest --coverage", |