Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.

Commit

Permalink
Nevermind...
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian McKenzie committed Nov 12, 2022
1 parent dec6d6e commit 9b32ffe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"private": true,
"scripts": {
"start": "astro dev",
"format": "rome format --write .",
"format": "cargo rome-cli-dev format --write .",
"tsc": "tsc --skipLibCheck",
"check": "cd ../ && rome check ./website/src",
"check": "cd ../ && cargo rome-cli-dev check ./website/src",
"start:playground": "pnpm build:wasm-dev && pnpm start",
"build": "pnpm build:wasm && pnpm build:js",
"build:js": "astro build",
Expand Down

0 comments on commit 9b32ffe

Please sign in to comment.