You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
123456789101112131415 |
- #!/bin/sh
-
- set -eu
-
- npm run ci -- types
- npm run ci -- client
- npm run ci -- cli-plugin
- npm run ci -- api-1
- npm run ci -- api-2
- npm run ci -- api-3
- npm run ci -- api-4
- npm run ci -- api-5
- npm run ci -- external-plugins
-
- npm run ci -- lint
|