Skip to content

Commit fc8c6c6

Browse files
committed
Fix type in demo deploy script
1 parent 3dfdf38 commit fc8c6c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-renderer-demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"start": "next start src/",
1414
"serve": "cross-env NODE_ENV=production firebase serve",
1515
"shell": "npm run build && firebase functions:shell",
16-
"deploy": "NODE_ENV=production yarn buld && yarn firebase deploy --only functions,hosting",
16+
"deploy": "NODE_ENV=production yarn build && yarn firebase deploy --only functions,hosting",
1717
"logs": "firebase functions:log",
1818
"analyze": "ANALYZE=true next build src/",
1919
"lint": "eslint ./src",

0 commit comments

Comments
 (0)