We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f46be56 commit c48d3b6Copy full SHA for c48d3b6
.github/workflows/test-and-release.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Run tests
22
run: |
23
npm config set script-shell bash
24
- npm run test:ci
+ npm run ci:test
25
release:
26
name: Release
27
needs: test
package.json
@@ -131,6 +131,7 @@
131
]
132
},
133
"scripts": {
134
+ "ci:test": "run-s test:*",
135
"dep-check": "aegir dep-check src/**/*.ts test/**/*.ts generated/**/*.ts",
136
"fix": "run-s fix:*",
137
"fix:gen": "./npm-scripts/fix/gen.sh",
0 commit comments