We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb755e9 commit b140c01Copy full SHA for b140c01
package.json
@@ -6,7 +6,7 @@
6
"dev": "astro dev",
7
"dev:docs": "cd docs/ && retype watch",
8
"build": "yarn clean && astro build",
9
- "build:adapt": "./scripts/adapt-website",
+ "build:adapt": "./scripts/adapt-website.sh",
10
"build:docs": "cd docs/ && yarn build",
11
"build:all": "yarn build && yarn build:docs && ./scripts/setup-docs.sh && yarn build:adapt",
12
"clean": "rm -rf ./build"
0 commit comments