Skip to content

Commit

Permalink
setup moonrepo
Browse files Browse the repository at this point in the history
  • Loading branch information
zemse committed Mar 15, 2024
1 parent b195c5a commit ff86514
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions moon.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
language: 'typescript'

dependsOn:
- 'circuits'

tasks:
install:
command: 'pnpm install'
build:
command: 'pnpm run build'
deps:
- '^:build'
inputs:
- 'src'
outputs:
- 'dist'
test:
command: 'pnpm run test'
deps:
- '^:build'
- 'build'
clean:
command: 'rm -rf dist'
fmt:
command: 'pnpm run fmt'

0 comments on commit ff86514

Please sign in to comment.