Skip to content

Commit 9e9fe6e

Browse files
committed
Unify package.json script with other packages
1 parent c8a1b2f commit 9e9fe6e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
{
22
"private": true,
33
"engines": {
4-
"node": "^14.0"
4+
"node": ">=16.0"
55
},
66
"scripts": {
77
"dev": "npm run development",
88
"development": "mix",
99
"watch": "mix watch",
10-
"watch-poll": "mix watch --watch-options-poll=1000",
10+
"watch-poll": "mix watch -- --watch-options-poll=1000",
1111
"hot": "mix watch --hot",
1212
"prod": "npm run production",
13-
"production": "mix --production"
13+
"production": "mix --production",
14+
"nova:install": "npm --prefix='../../vendor/laravel/nova' ci"
1415
},
1516
"devDependencies": {
1617
"laravel-mix": "^6.0",

0 commit comments

Comments
 (0)