mirror of
https://github.com/denoland/deno.git
synced 2024-11-24 15:19:26 -05:00
chore: remove dead code (#8296)
This commit is contained in:
parent
5995c58e63
commit
8cc5e18f80
2 changed files with 1 additions and 8 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -61,7 +61,7 @@ jobs:
|
|||
!startsWith(github.ref, 'refs/tags/std/')
|
||||
run: |
|
||||
mkdir -p target/release
|
||||
tar --exclude=.cargo_home --exclude=".git*" --exclude=target --exclude=third_party/node_modules --exclude=third_party/python_packages --exclude=third_party/prebuilt -czvf target/release/deno_src.tar.gz -C .. deno
|
||||
tar --exclude=.cargo_home --exclude=".git*" --exclude=target --exclude=third_party/prebuilt -czvf target/release/deno_src.tar.gz -C .. deno
|
||||
|
||||
- name: Install rust
|
||||
uses: hecrj/setup-rust-action@v1
|
||||
|
|
7
.gitignore
vendored
7
.gitignore
vendored
|
@ -15,13 +15,6 @@ gclient_config.py_entries
|
|||
/node_modules
|
||||
/tsconfig.json
|
||||
|
||||
# We use something stronger than lockfiles, we have all NPM modules stored in a
|
||||
# git. We do not download from NPM during build.
|
||||
# https://github.com/denoland/deno_third_party
|
||||
yarn.lock
|
||||
# yarn creates this in error.
|
||||
tools/node_modules/
|
||||
|
||||
# compiled wasm files
|
||||
std/wasi/testdata/snapshot_preview1/
|
||||
|
||||
|
|
Loading…
Reference in a new issue