fix: removed deprecated install.sh
This commit is contained in:
parent
20e72afa44
commit
86a6d27ecf
2 changed files with 1 additions and 9 deletions
|
|
@ -1,8 +0,0 @@
|
||||||
#!/usr/bin/env bash
|
|
||||||
set -e
|
|
||||||
|
|
||||||
cd "$(dirname "$0")"
|
|
||||||
[ -n "$GITHUB_ACCESS_TOKEN" ] && git config --global url."https://${GITHUB_ACCESS_TOKEN}@github.com/".insteadOf "git@github.com:"
|
|
||||||
git submodule update --init --remote --merge www/src/content
|
|
||||||
git -C www/src/content checkout main
|
|
||||||
pnpm install
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"installCommand": "../install.sh",
|
"installCommand": "pnpm install",
|
||||||
"buildCommand": "pnpm --filter @ily/www build",
|
"buildCommand": "pnpm --filter @ily/www build",
|
||||||
"outputDirectory": "dist",
|
"outputDirectory": "dist",
|
||||||
"redirects": [
|
"redirects": [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue