Skip to content

Commit

Permalink
fix: remove fake-esm build (#38)
Browse files Browse the repository at this point in the history
* remove fake-esm build

* update pnpm action setup version

* fix action yml
  • Loading branch information
saehun authored Jan 2, 2025
1 parent 277fdf9 commit 1ecdc3a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v3

- name: Setup pnpm
uses: pnpm/action-setup@v2.2.4
uses: pnpm/action-setup@v4
with:
version: 8

Expand Down
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,16 @@
"version": "2.1.6",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"module": "esm/index.js",
"license": "MIT",
"engines": {
"node": ">=16",
"pnpm": "^8"
},
"scripts": {
"test": "jest --maxWorkers 4",
"build": "rm -rf dist esm && tsc -p tsconfig.build.json && tsc -p tsconfig.esm.json"
"build": "rm -rf dist && tsc -p tsconfig.build.json"
},
"files": [
"esm",
"dist",
"src"
],
Expand Down
7 changes: 0 additions & 7 deletions tsconfig.esm.json

This file was deleted.

0 comments on commit 1ecdc3a

Please sign in to comment.