Skip to content

Commit 8d5adda

Browse files
committed
feat: Update package.json scripts
1 parent dd1189a commit 8d5adda

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
"private": true,
55
"scripts": {
66
"dev": "astro dev",
7-
"dev-docs": "cd docs/ && retype watch",
7+
"dev:docs": "cd docs/ && retype watch",
88
"build": "astro build",
9-
"build-docs": "cd docs/ && yarn build",
10-
"build-all": "yarn clean && yarn build && yarn build-docs && ./scripts/setup-docs.sh",
9+
"build:docs": "cd docs/ && yarn build",
10+
"build:all": "yarn clean && yarn build && yarn build-docs && ./scripts/setup-docs.sh",
1111
"clean": "rm -rf ./build"
1212
},
1313
"devDependencies": {

0 commit comments

Comments
 (0)