add manual package updater to package
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
3660fa4f36
commit
4c32f504a4
@ -5,7 +5,8 @@
|
|||||||
"dev": "react-env -- next",
|
"dev": "react-env -- next",
|
||||||
"build": "next build",
|
"build": "next build",
|
||||||
"start": "APP_ENV=production node server.js",
|
"start": "APP_ENV=production node server.js",
|
||||||
"lint": "next lint"
|
"lint": "next lint",
|
||||||
|
"update-depends": "npm-check -u"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@beam-australia/react-env": "^3.1.1",
|
"@beam-australia/react-env": "^3.1.1",
|
||||||
|
Reference in New Issue
Block a user