Skip to content

Commit

Permalink
ci: colors please?
Browse files Browse the repository at this point in the history
  • Loading branch information
cha0s committed Feb 14, 2024
1 parent 323aa4e commit 477bb74
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
"url": "git+https://github.com/cha0s/flecks.git"
},
"scripts": {
"build": "node build/tasks npm run -- build",
"build": "FORCE_COLOR=1 node build/tasks npm run -- build",
"dox": "flecks dox docusaurus && cd website && DOCUSAURUS_GENERATED_FILES_DIR_NAME=node_modules/.cache/docusaurus npx docusaurus",
"dox:build": "flecks dox docusaurus && cd website && DOCUSAURUS_GENERATED_FILES_DIR_NAME=node_modules/.cache/docusaurus npx docusaurus build && cd .. && rm -rf gh-pages/* && mv website/build/* gh-pages && rm -rf website/build",
"gh-pages": "cd gh-pages && git add . && git commit -m $(git -C ../website rev-parse HEAD) && git push origin gh-pages",
"lint": "node build/tasks npm run -- lint",
"lint": "FORCE_COLOR=1 node build/tasks npm run -- lint",
"publish": "node build/publish --provenance",
"test": "MOCHA_COLORS=1 node build/tasks npm run -- test",
"test": "FORCE_COLOR=1 MOCHA_COLORS=1 node build/tasks npm run -- test",
"verify": "act -j test --matrix node-version:20.x"
},
"workspaces": [
Expand Down

0 comments on commit 477bb74

Please sign in to comment.