Skip to content

Commit

Permalink
swtich to pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeshay committed Sep 27, 2023
1 parent 9279151 commit 46061cf
Show file tree
Hide file tree
Showing 4 changed files with 4,066 additions and 6 deletions.
9 changes: 4 additions & 5 deletions .scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@

set -euo pipefail

curl -fsSL https://bun.sh/install | bash
export PATH="/opt/buildhome/.bun/bin:$PATH"
npm i -g pnpm

bun --version
bun install
bun run build
pnpm --version
pnpm install
pnpm run build
Binary file removed bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@example/basics",
"name": "lukeshay.com",
"type": "module",
"version": "0.0.1",
"private": true,
Expand Down
Loading

1 comment on commit 46061cf

@deno-deploy
Copy link

@deno-deploy deno-deploy bot commented on 46061cf Sep 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Failed to deploy:

Module not found "file:///src/main.ts".

Please sign in to comment.