Skip to content

Commit

Permalink
fix: Fixing build
Browse files Browse the repository at this point in the history
  • Loading branch information
iquirino committed Jul 4, 2023
1 parent 538ce97 commit 8cb327d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
build: clean install build-ts

install:
pnpm install
build: clean build-ts

build-ts:
npx tsc -p tsconfig.esm.json
Expand All @@ -11,6 +8,5 @@ build-ts:
echo "{\"type\": \"module\"}" > lib/esm/package.json

clean:
rm -rf node_modules
rm -rf lib
rm -rf dist

0 comments on commit 8cb327d

Please sign in to comment.