Skip to content

Commit c65144f

Browse files
committed
chore: set FORCE_COLOR env var when running release command
1 parent fb82f0d commit c65144f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

npm-audit.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ <h5 class="card-title">
5555
<div class="card">
5656
<div class="card-body">
5757
<h5 class="card-title">
58-
October 10th 2020, 9:51:44 am
58+
October 10th 2020, 1:21:41 pm
5959
</h5>
6060
<p class="card-text">Last updated</p>
6161
</div>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"compile": "npm run lint && npm run clean && tsc",
2222
"build": "npm run compile && node build/bin/index.js && copyfiles \"templates/*\" build",
2323
"commit": "git-cz",
24-
"release": "np",
24+
"release": "FORCE_COLOR=true np",
2525
"version": "npm run build",
2626
"sync-labels": "github-label-sync --labels ./node_modules/@adonisjs/mrm-preset/gh-labels.json adonisjs/assembler",
2727
"format": "prettier --write ."

0 commit comments

Comments
 (0)