Skip to content

Commit

Permalink
style: format
Browse files Browse the repository at this point in the history
  • Loading branch information
DanSnow committed Apr 2, 2024
1 parent 659f361 commit d79946f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions packages/karbon/moon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ tasks:
- nuxt-module-build
- build
platform: node
inputs:
inputs:
- '@group(sources)'
outputs:
- dist/**/*
Expand All @@ -37,7 +37,7 @@ tasks:
env:
POLYFILL_CRYPTO: 'true'
platform: node
inputs:
inputs:
- tsup.config.ts
- '@group(sources)'
outputs:
Expand All @@ -49,10 +49,10 @@ tasks:
- tsup
- dist/helper.mjs
platform: node
inputs:
inputs:
- tsup.config.ts
- dist/helper.mjs
outputs:
outputs:
- dist/helper.mjs
deps:
- dev-prepare
Expand All @@ -62,10 +62,10 @@ tasks:
- tsup
- dist/module.mjs
platform: node
inputs:
inputs:
- tsup.config.ts
- dist/module.mjs
outputs:
outputs:
- dist/module.mjs
deps:
- dev-prepare
Expand Down Expand Up @@ -102,7 +102,7 @@ tasks:
JITI_ALIAS: '{"tslib": "tslib/tslib.es6.js"}'
platform: node
deps:
- ^:build
- ^:build
lint:
command:
- eslint
Expand Down

0 comments on commit d79946f

Please sign in to comment.