Skip to content

Commit b140c01

Browse files
committed
fix: Wrong package.json script
1 parent bb755e9 commit b140c01

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
@@ -6,7 +6,7 @@
66
"dev": "astro dev",
77
"dev:docs": "cd docs/ && retype watch",
88
"build": "yarn clean && astro build",
9-
"build:adapt": "./scripts/adapt-website",
9+
"build:adapt": "./scripts/adapt-website.sh",
1010
"build:docs": "cd docs/ && yarn build",
1111
"build:all": "yarn build && yarn build:docs && ./scripts/setup-docs.sh && yarn build:adapt",
1212
"clean": "rm -rf ./build"

0 commit comments

Comments
 (0)