diff options
author | Nathan Whitaker <17734409+nathanwhit@users.noreply.github.com> | 2024-09-04 13:06:16 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-04 13:06:16 -0700 |
commit | c32d692a8f37c50fd700bb320571f76a107a44c2 (patch) | |
tree | 3a94f358db8ea390a35e742495848c4b69288fba /tests/specs/install/install_entrypoint/lifecycle.out | |
parent | e27a19c02c537626d7874f7521f4e39d6dfad0af (diff) |
feat(install): deno install with entrypoint (#25411)
```
deno install --entrypoint one.ts two.ts
```
effectively equivalent to `deno cache`
Diffstat (limited to 'tests/specs/install/install_entrypoint/lifecycle.out')
-rw-r--r-- | tests/specs/install/install_entrypoint/lifecycle.out | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/tests/specs/install/install_entrypoint/lifecycle.out b/tests/specs/install/install_entrypoint/lifecycle.out new file mode 100644 index 000000000..8eae8ee12 --- /dev/null +++ b/tests/specs/install/install_entrypoint/lifecycle.out @@ -0,0 +1,22 @@ +[UNORDERED_START] +Download http://localhost:4260/@denotest/node-lifecycle-scripts +Download http://localhost:4260/@denotest/bin +Download http://localhost:4260/@denotest/node-lifecycle-scripts/1.0.0.tgz +Download http://localhost:4260/@denotest/bin/1.0.0.tgz +Initialize @denotest/node-lifecycle-scripts@1.0.0 +Initialize @denotest/bin@1.0.0 +[UNORDERED_END] +preinstall +deno preinstall.js +node preinstall.js +install +hello from install script +postinstall[WILDCARD] + _____________ +< postinstall > + ------------- + \ ^__^ + \ (oo)\_______ + (__)\ )\/\ + ||----w | + || || |