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 4d50632
Show file tree
Hide file tree
Showing 11 changed files with 842 additions and 1,216 deletions.
4 changes: 4 additions & 0 deletions .codesandbox/ci.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"node": "12",
"buildCommand": false
}
21 changes: 1 addition & 20 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,29 +9,15 @@ on:
- main

jobs:
build:
checks:
runs-on: ubuntu-latest
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

runs-on: ${{ matrix.os }}

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

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

- run: npm test
4 changes: 0 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,3 @@

# Dependency directories
node_modules/

# Build output
wasm/
target/
2 changes: 0 additions & 2 deletions .prettierignore

This file was deleted.

Loading

0 comments on commit 4d50632

Please sign in to comment.