Skip to content

Commit c48d3b6

Browse files
committed
fix github action
1 parent f46be56 commit c48d3b6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/test-and-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Run tests
2222
run: |
2323
npm config set script-shell bash
24-
npm run test:ci
24+
npm run ci:test
2525
release:
2626
name: Release
2727
needs: test

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@
131131
]
132132
},
133133
"scripts": {
134+
"ci:test": "run-s test:*",
134135
"dep-check": "aegir dep-check src/**/*.ts test/**/*.ts generated/**/*.ts",
135136
"fix": "run-s fix:*",
136137
"fix:gen": "./npm-scripts/fix/gen.sh",

0 commit comments

Comments
 (0)