diff --git a/package-lock.json b/package-lock.json index 6db0d8896b..ef1358465b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22963,7 +22963,7 @@ }, "plugin": { "name": "@netlify/plugin-nextjs", - "version": "4.4.0", + "version": "4.4.1", "license": "ISC", "dependencies": { "@netlify/functions": "^1.0.0", @@ -22989,6 +22989,7 @@ "@types/fs-extra": "^9.0.13", "@types/jest": "^27.4.1", "@types/node": "^17.0.25", + "npm-run-all": "^4.1.5", "typescript": "^4.6.3" }, "engines": { @@ -25489,6 +25490,7 @@ "next": "^12.1.4", "node-fetch": "^2.6.6", "node-stream-zip": "^1.15.0", + "npm-run-all": "^4.1.5", "outdent": "^0.8.0", "p-limit": "^3.1.0", "pathe": "^0.2.0", diff --git a/plugin/package.json b/plugin/package.json index 5e3eeca0f2..9ad5ab95cd 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -5,6 +5,7 @@ "main": "lib/index.js", "files": [ "lib/**/*", + "src/templates/edge/*", "manifest.yml" ], "dependencies": { @@ -31,10 +32,11 @@ "@types/fs-extra": "^9.0.13", "@types/jest": "^27.4.1", "@types/node": "^17.0.25", + "npm-run-all": "^4.1.5", "typescript": "^4.6.3" }, "scripts": { - "prepublishOnly": "run-s publish:pull publish:install clean build test", + "prepublishOnly": "run-s clean build", "publish:pull": "git pull", "publish:install": "npm ci", "publish:test": "cd .. && npm ci && npm test",