ci: fix publishing dev versions

This commit is contained in:
iCrawl
2022-01-08 23:30:28 +01:00
parent 7832dbc07a
commit e07c374337
3 changed files with 18 additions and 4 deletions

View File

@@ -27,11 +27,11 @@ jobs:
- name: Install dependencies
run: yarn --immutable
- name: Run eslint
- name: ESLint
run: yarn lint --cache-dir=".turbo"
- name: Run tests
- name: Tests
run: yarn test --cache-dir=".turbo"
- name: Run build
- name: Build
run: yarn build --cache-dir=".turbo"