Skip to content

Commit

Permalink
add a build:browser alias
Browse files Browse the repository at this point in the history
  • Loading branch information
LiranCohen committed Sep 20, 2024
1 parent 40d8400 commit 27a425b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"clean": "rimraf dist coverage tests/compiled",
"build:tests": "rimraf tests/compiled && node build/esbuild-tests.cjs",
"build:esm": "rimraf dist/esm dist/types && pnpm tsc -p tsconfig.json",
"build:browser": "pnpm build:esm",
"build": "pnpm clean && pnpm build:esm",
"lint": "eslint . --max-warnings 0",
"lint:fix": "eslint . --fix",
Expand Down

0 comments on commit 27a425b

Please sign in to comment.