Skip to content

Commit

Permalink
Move tools to separate repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Exidex committed Jan 23, 2024
1 parent 85959d0 commit 19579a9
Show file tree
Hide file tree
Showing 10 changed files with 3 additions and 312 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: build
on:
push:
branches:
- master
- main
pull_request:
branches:
- master
- main

jobs:
build:
Expand All @@ -22,12 +22,11 @@ jobs:

- uses: Swatinem/rust-cache@v2
with:
save-if: ${{ github.ref == 'refs/heads/master' }}
save-if: ${{ github.ref == 'refs/heads/main' }}

- run: npm ci

- run: npm run build --workspace @project-gauntlet/api
- run: npm run build --workspace @project-gauntlet/tools
- run: npm run build --workspace @project-gauntlet/deno
- run: npm run build --workspace @project-gauntlet/react

Expand Down
1 change: 0 additions & 1 deletion js/tools/.gitignore

This file was deleted.

2 changes: 0 additions & 2 deletions js/tools/bin/main.js

This file was deleted.

28 changes: 0 additions & 28 deletions js/tools/package.json

This file was deleted.

22 changes: 0 additions & 22 deletions js/tools/rollup.config.ts

This file was deleted.

29 changes: 0 additions & 29 deletions js/tools/src/build.ts

This file was deleted.

96 changes: 0 additions & 96 deletions js/tools/src/config.ts

This file was deleted.

90 changes: 0 additions & 90 deletions js/tools/src/dev.ts

This file was deleted.

29 changes: 0 additions & 29 deletions js/tools/src/main.ts

This file was deleted.

11 changes: 0 additions & 11 deletions js/tools/tsconfig.json

This file was deleted.

0 comments on commit 19579a9

Please sign in to comment.