Skip to content

Commit

Permalink
feat: Migrate to @prisma/prisma-fmt-wasm.
Browse files Browse the repository at this point in the history
  • Loading branch information
avocadowastaken committed Dec 1, 2021
1 parent 6e3369e commit 4b0de16
Show file tree
Hide file tree
Showing 9 changed files with 839 additions and 1,204 deletions.
3 changes: 3 additions & 0 deletions .codesandbox/ci.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"node": "12"
}
17 changes: 0 additions & 17 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,9 @@ jobs:
steps:
- uses: umidbekk/actions/prepare-node-repo@v2

- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
- uses: Swatinem/rust-cache@v1

- run: npm run lint
- run: npm run build
- run: npx tsc

- uses: actions/upload-artifact@v2
with:
name: wasm
path: ./wasm

tests:
needs: build

Expand All @@ -45,9 +33,4 @@ jobs:
with:
node-version: ${{ matrix.node }}

- uses: actions/download-artifact@v2
with:
name: wasm
path: ./wasm

- run: npm test
Loading

0 comments on commit 4b0de16

Please sign in to comment.