Skip to content

Commit

Permalink
checkout repository to build WASM
Browse files Browse the repository at this point in the history
  • Loading branch information
ematipico committed May 22, 2024
1 parent 7fc4d22 commit aefb79b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 242 deletions.
1 change: 1 addition & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ publish = "dist/"
# '''
# temporary command
command = '''
git checkout https://github.com/biomejs/biome.git --depth 0 &&
pnpm i --frozen-lockfile && npm i -g wasm-pack && pnpm build:wasm-dev && pnpm build:js
'''

Expand Down
5 changes: 0 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
"name": "@biomejs/website",
"private": true,
"scripts": {
"init:biome": "git -c submodule.\"xtask/coverage/Typescript\".update=none -c submodule.\"xtask/coverage/babel\".update=none -c submodule.\"xtask/coverage/test262\".update=none submodule update --init --recursive",
"checkout:biome": "cd biome && git checkout",
"start": "astro dev",
"start:playground": "pnpm build:wasm-dev && pnpm start",
"format": "pnpm biome format --write .",
Expand Down Expand Up @@ -38,9 +36,6 @@
"@codemirror/lint": "6.7.1",
"@codemirror/state": "6.4.1",
"@codemirror/view": "6.26.3",
"@docsearch/css": "3.6.0",
"@docsearch/js": "3.6.0",
"@fontsource/inter": "5.0.18",
"@types/node": "20.12.12",
"@types/react": "18.3.2",
"@types/react-dom": "18.3.0",
Expand Down
237 changes: 0 additions & 237 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit aefb79b

Please sign in to comment.