Skip to content

Commit 754dbda

Browse files
committed
Build: switch from yarn1 to pnpm
1 parent 681fe9a commit 754dbda

File tree

4 files changed

+88
-61
lines changed

4 files changed

+88
-61
lines changed

README.org

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,7 @@
1212

1313
* Install
1414

15-
If you use =yarn= 1:
16-
17-
#+begin_src sh
18-
yarn global add esbuild
19-
yarn install
20-
./build.sh
21-
#+end_src
22-
23-
If you use =npm=:
15+
With =npm= or =pnpm=:
2416

2517
#+begin_src sh
2618
npm install -g esbuild

pnpm-lock.yaml

Lines changed: 86 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"compilerOptions": {
33
"target": "esnext",
4-
"module": "nodenext",
4+
"module": "bundler",
55
"allowImportingTsExtensions": true
66
},
77
"include": ["./*.ts"],

yarn.lock

Lines changed: 0 additions & 51 deletions
This file was deleted.

0 commit comments

Comments
 (0)