Skip to content

Commit a21328f

Browse files
committed
fix: script typo
1 parent 5c014f9 commit a21328f

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
@@ -16,7 +16,7 @@
1616
"dep:update-major": "ncu -ws -u && echo \"review git changes and install with ni\"",
1717
"docs:dev": "vitepress dev docs",
1818
"docs:build": "vitepress build docs",
19-
"docs:deploy": "npm docs:build && firebase deploy --only hosting && git add -A && git commit -m \"chore: deploy\"",
19+
"docs:deploy": "npm run docs:build && firebase deploy --only hosting && git add -A && git commit -m \"chore: deploy\"",
2020
"docs:serve": "vitepress serve docs",
2121
"build": "turbo run build",
2222
"typecheck": "turbo run typecheck",

0 commit comments

Comments
 (0)