mirror of
https://github.com/SmartHoneybee/ubiquitous-memory
synced 2025-04-30 15:49:39 +02:00
14 lines
784 B
Diff
14 lines
784 B
Diff
diff --git a/package.json b/package.json
|
|
index d4eabf8..d076a53 100644
|
|
--- a/package.json
|
|
+++ b/package.json
|
|
@@ -146,7 +146,7 @@
|
|
"scripts": {
|
|
"check": "eslint --ignore-pattern node_modules --ignore-pattern non_npm_dependencies --ignore-pattern dist --ext .js --ext .jsx . --quiet",
|
|
"fix": "eslint --ignore-pattern node_modules --ignore-pattern non_npm_dependencies --ignore-pattern dist --ext .js --ext .jsx . --quiet --fix",
|
|
- "build": "cross-env NODE_ENV=production webpack --display-error-details --verbose --progress",
|
|
+ "build": "cross-env NODE_ENV=production webpack --display-error-details --progress",
|
|
"run": "cross-env NODE_ENV=production webpack --progress --watch",
|
|
"run-fullmap": "webpack --progress --watch",
|
|
"test": "jest --forceExit",
|