Skip to content

Commit

Permalink
Enable color.
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Feb 10, 2024
1 parent 3e0f0d8 commit dd81685
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 3 additions & 5 deletions .moon/tasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ tasks:
clean:
command:
'rm -rf cjs esm mjs tsconfig.cjs.tsbuildinfo tsconfig.esm.tsbuildinfo tsconfig.mjs.tsbuildinfo'
local: true
options:
cache: false
shell: true

build:
Expand Down Expand Up @@ -55,8 +55,7 @@ tasks:
lint-fix:
extends: 'lint'
args: '--fix'
options:
runInCI: false
local: true

format:
command: 'prettier --check --ignore-path @in(0) --config @in(1) .'
Expand All @@ -67,8 +66,7 @@ tasks:
format-write:
extends: 'format'
args: '--write'
options:
runInCI: false
local: true

typecheck:
command: 'tsc --build'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "boost-root",
"type": "module",
"scripts": {
"moon": "$(yarn bin moon)",
"moon": "$(yarn bin moon) --color",
"coverage": "yarn test --coverage",
"docs": "cd website && yarn run start",
"test": "NODE_ENV=test BOOSTJS_ENV=test vitest",
Expand Down

0 comments on commit dd81685

Please sign in to comment.