Skip to content

Commit 789a8f1

Browse files
committed
chore: add build command
1 parent af037f6 commit 789a8f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"format:check-fix:prettier": "run-e format:check:prettier format:fix:prettier",
1515
"format:check:prettier": "cross-env-shell prettier --check $npm_package_config_prettier",
1616
"format:fix:prettier": "cross-env-shell prettier --write $npm_package_config_prettier",
17-
"build": "npm run -w @netlify/plugin-nextjs build",
17+
"build": "npm run build -w packages/next -w packages/runtime",
1818
"postinstall": "run-s build install-husky",
1919
"install-husky": "if-env CI=1 || husky install node_modules/@netlify/eslint-config-node/.husky",
2020
"test": "run-s build:demo test:jest",

0 commit comments

Comments
 (0)