Skip to content

Commit d5110b5

Browse files
committed
ci: two steps
1 parent 2eddba5 commit d5110b5

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ jobs:
4848
uses: pnpm/action-setup@v6
4949
with:
5050
version: latest
51-
run_install: true
51+
- name: Install
52+
run: pnpm install
5253
- name: Test
5354
run: pnpm test
5455
- name: Report

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
"devDependencies": {
3434
"@commitlint/cli": "latest",
3535
"@commitlint/config-conventional": "latest",
36-
"@ksmithut/prettier-standard": "latest",
3736
"ava": "latest",
3837
"c8": "latest",
3938
"ci-publish": "latest",
@@ -77,7 +76,7 @@
7776
},
7877
"nano-staged": {
7978
"*.js": [
80-
"prettier-standard",
79+
"npx -y @ksmithut/prettier-standard",
8180
"standard --fix"
8281
],
8382
"package.json": [

0 commit comments

Comments
 (0)