Skip to content

Commit 60f312f

Browse files
author
Alex Patterson
committed
change copy for serverless and static
1 parent 19b2a4b commit 60f312f

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
@@ -47,7 +47,7 @@
4747
"build:functions:lint": "cd functions && npm run lint && npm run build",
4848
"build:public": "cpx \"static/**/*.*\" dist/public/static && cpx \"dist/functions/_next/static/**/*.*\" dist/public/_next/static",
4949
"clean": "rimraf dist && rimraf functions/lib && rimraf .next",
50-
"copy:deps": "cpx \"*{package.json,package-lock.json}\" dist/functions && cpx \"functions/node_modules/**/*.*\" dist/functions/node_modules && cpx \".next/**/*.*\" dist/functions/_next",
50+
"copy:deps": "cpx \"*{package.json,package-lock.json}\" dist/functions && cpx \"functions/node_modules/**/*.*\" dist/functions/node_modules && cpx \".next/serverless/**/*.*\" dist/functions/_next/serverless/ && cpx \".next/static/**/*.*\" dist/public/_next/static/",
5151
"firebase:build": "npm install && npm run clean && npm run build && npm run build:functions && npm run build:public && npm run copy:deps",
5252
"firebase:serve": "npm run firebase:build && firebase serve",
5353
"firebase:deploy": "npm run firebase:build && firebase deploy"

0 commit comments

Comments
 (0)