add manual package updater to package
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Lee 2023-03-26 17:58:29 +01:00
parent 3660fa4f36
commit 4c32f504a4
No known key found for this signature in database
GPG Key ID: BAF8F4DB8E7F38EF

@ -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",