We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2eddba5 commit d5110b5Copy full SHA for d5110b5
2 files changed
.github/workflows/main.yml
@@ -48,7 +48,8 @@ jobs:
48
uses: pnpm/action-setup@v6
49
with:
50
version: latest
51
- run_install: true
+ - name: Install
52
+ run: pnpm install
53
- name: Test
54
run: pnpm test
55
- name: Report
package.json
@@ -33,7 +33,6 @@
33
"devDependencies": {
34
"@commitlint/cli": "latest",
35
"@commitlint/config-conventional": "latest",
36
- "@ksmithut/prettier-standard": "latest",
37
"ava": "latest",
38
"c8": "latest",
39
"ci-publish": "latest",
@@ -77,7 +76,7 @@
77
76
},
78
"nano-staged": {
79
"*.js": [
80
- "prettier-standard",
+ "npx -y @ksmithut/prettier-standard",
81
"standard --fix"
82
],
83
"package.json": [
0 commit comments