Skip to content

Commit

Permalink
Revert "Update build"
Browse files Browse the repository at this point in the history
  • Loading branch information
PatelUtkarsh committed Aug 19, 2022
1 parent d314a7e commit 553fd23
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16
14
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"url": "https://github.com/material-components/material-design-for-wordpress/issues"
},
"engines": {
"node": ">=16",
"npm": ">=7.24"
"node": ">=10",
"npm": ">=6.9"
},
"devDependencies": {
"@babel/cli": "7.8.4",
Expand Down Expand Up @@ -164,7 +164,7 @@
"scripts": {
"build": "npm-run-all build:*",
"build:prepare": "grunt clean",
"build:js": "wp-scripts build",
"build:js": "NODE_ENV=dev wp-scripts build && wp-scripts build",
"build:run": "grunt build",
"build:zip": "grunt create-build-zip",
"deploy": "npm run build && grunt deploy",
Expand Down

0 comments on commit 553fd23

Please sign in to comment.