mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-11 09:03:29 +01:00
ci: don't cache deps for publish
This commit is contained in:
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
@@ -29,3 +29,9 @@ jobs:
|
||||
|
||||
- name: Run eslint
|
||||
run: yarn lint --cache-dir=".turbo"
|
||||
|
||||
- name: Run tests
|
||||
run: yarn test --cache-dir=".turbo"
|
||||
|
||||
- name: Run build
|
||||
run: yarn build --cache-dir=".turbo"
|
||||
|
||||
Reference in New Issue
Block a user