Skip to content

Commit

Permalink
fix: esbuild configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
NilsJacobsen committed Mar 13, 2024
1 parent 9f7bc9a commit 9c1d6e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inlang/source-code/settings-component/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@inlang/settings-component",
"type": "module",
"version": "0.0.5",
"version": "0.0.6",
"publishConfig": {
"access": "public"
},
Expand All @@ -13,7 +13,7 @@
}
},
"scripts": {
"build": "pnpm run format && esbuild src/index.ts --bundle --platform=node --target=node18 --format=esm --outfile=dist/index.mjs && tsc --emitDeclarationOnly --declaration --outDir dist",
"build": "pnpm run format && esbuild src/index.ts --bundle --format=esm --outfile=dist/index.mjs && tsc --emitDeclarationOnly --declaration --outDir dist",
"format": "prettier --write **/*.ts",
"storybook": "storybook dev -p 6006"
},
Expand Down

0 comments on commit 9c1d6e4

Please sign in to comment.