lucy-cli 1.1.1 → 1.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/settings.json +1 -1
- package/files/.madgerc +8 -0
- package/files/.stylelintrc copy.js +8 -0
- package/package.json +1 -1
- package/src/settings.json +1 -1
package/dist/settings.json
CHANGED
@@ -53,7 +53,7 @@
|
|
53
53
|
"postinstall": "wix sync-types",
|
54
54
|
"wix:dev": "wix dev",
|
55
55
|
"dev": "lucy-cli dev",
|
56
|
-
"lint": "eslint .",
|
56
|
+
"lint": "NODE_OPTIONS=\"--max-old-space-size=32768\" eslint .",
|
57
57
|
"docs": "typedoc --tsconfig typescript/tsconfig.json --skipErrorChecking",
|
58
58
|
"build": "lucy-cli build-prod",
|
59
59
|
"fix-wix": "lucy-cli fix-wix",
|
package/files/.madgerc
ADDED
package/package.json
CHANGED
package/src/settings.json
CHANGED
@@ -53,7 +53,7 @@
|
|
53
53
|
"postinstall": "wix sync-types",
|
54
54
|
"wix:dev": "wix dev",
|
55
55
|
"dev": "lucy-cli dev",
|
56
|
-
"lint": "eslint .",
|
56
|
+
"lint": "NODE_OPTIONS=\"--max-old-space-size=32768\" eslint .",
|
57
57
|
"docs": "typedoc --tsconfig typescript/tsconfig.json --skipErrorChecking",
|
58
58
|
"build": "lucy-cli build-prod",
|
59
59
|
"fix-wix": "lucy-cli fix-wix",
|