Skip to content

Commit d2e11af

Browse files
committed
build: tweaks
1 parent 91db999 commit d2e11af

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/cron.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ jobs:
1414
uses: actions/checkout@v4
1515
with:
1616
token: ${{ secrets.GH_TOKEN }}
17-
fetch-depth: 2
1817
- name: Setup Node.js
1918
uses: actions/setup-node@v3
2019
with:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
]
8686
},
8787
"nano-staged": {
88-
"*.js,!*.min.js": [
88+
"*.js": [
8989
"prettier-standard",
9090
"standard --fix"
9191
],

0 commit comments

Comments
 (0)