mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
ci: don't cache deps for publish
This commit is contained in:
2
.github/workflows/publish-dev.yml
vendored
2
.github/workflows/publish-dev.yml
vendored
@@ -16,8 +16,6 @@ jobs:
|
||||
with:
|
||||
node-version: 16
|
||||
registry-url: https://registry.npmjs.org/
|
||||
cache: 'yarn'
|
||||
cache-dependency-path: yarn.lock
|
||||
|
||||
- name: Check previous released version
|
||||
id: pre-release
|
||||
|
||||
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