We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c014f9 commit a21328fCopy full SHA for a21328f
package.json
@@ -16,7 +16,7 @@
16
"dep:update-major": "ncu -ws -u && echo \"review git changes and install with ni\"",
17
"docs:dev": "vitepress dev docs",
18
"docs:build": "vitepress build docs",
19
- "docs:deploy": "npm docs:build && firebase deploy --only hosting && git add -A && git commit -m \"chore: deploy\"",
+ "docs:deploy": "npm run docs:build && firebase deploy --only hosting && git add -A && git commit -m \"chore: deploy\"",
20
"docs:serve": "vitepress serve docs",
21
"build": "turbo run build",
22
"typecheck": "turbo run typecheck",
0 commit comments