Skip to content

Commit

Permalink
chore: Fixed build.
Browse files Browse the repository at this point in the history
  • Loading branch information
ShogunPanda committed Jan 27, 2024
1 parent a0a2544 commit 94dc1eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"exports": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"dev": "swc --delete-dir-on-start -s -w -d dist src",
"build": "swc --delete-dir-on-start -d dist src",
"dev": "swc --strip-leading-paths --delete-dir-on-start -s -w -d dist src",
"build": "swc --strip-leading-paths --delete-dir-on-start -d dist src",
"postbuild": "concurrently npm:lint npm:typecheck",
"format": "prettier -w src test",
"lint": "eslint --cache --ext .js,.jsx,.ts,.tsx src test",
Expand Down

0 comments on commit 94dc1eb

Please sign in to comment.