Skip to content

Commit 553fd23

Browse files
authored
Revert "Update build"
1 parent d314a7e commit 553fd23

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16
1+
14

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
"url": "https://github.com/material-components/material-design-for-wordpress/issues"
2020
},
2121
"engines": {
22-
"node": ">=16",
23-
"npm": ">=7.24"
22+
"node": ">=10",
23+
"npm": ">=6.9"
2424
},
2525
"devDependencies": {
2626
"@babel/cli": "7.8.4",
@@ -164,7 +164,7 @@
164164
"scripts": {
165165
"build": "npm-run-all build:*",
166166
"build:prepare": "grunt clean",
167-
"build:js": "wp-scripts build",
167+
"build:js": "NODE_ENV=dev wp-scripts build && wp-scripts build",
168168
"build:run": "grunt build",
169169
"build:zip": "grunt create-build-zip",
170170
"deploy": "npm run build && grunt deploy",

0 commit comments

Comments
 (0)