Skip to content

Commit

Permalink
tack the browser build onto normal build for now
Browse files Browse the repository at this point in the history
  • Loading branch information
jbr committed Nov 21, 2023
1 parent cca80b0 commit ae3e2d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"scripts": {
"clean": "rm -rf dist/*",
"build:clean": "npm run clean && npm run build",
"build": "tsc -p ./tsconfig.json",
"build": "tsc -p ./tsconfig.json && npm run build:browser",
"build:browser": "esbuild --minify --bundle src/browser.ts --sourcemap --outdir=dist --tree-shaking=true",
"docs": "typedoc src",
"test": "mocha \"src/**/*.spec.ts\"",
Expand Down

0 comments on commit ae3e2d7

Please sign in to comment.