Skip to content

Commit

Permalink
Neutral platform
Browse files Browse the repository at this point in the history
  • Loading branch information
bpapillon committed Nov 20, 2023
1 parent cc6f050 commit e5b8fb2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
},
"repository": "git@github.com:SchematicHQ/schematic-js.git",
"scripts": {
"build:npm": "npx esbuild src/index.ts --bundle --outfile=dist/schematic.js --platform=browser && npx tsc && npx api-extractor run",
"build:browser": "npx esbuild src/browser.ts --bundle --outfile=dist/browser.js --platform=browser",
"build:npm": "npx esbuild src/index.ts --bundle --outfile=dist/schematic.js --platform=neutral && npx tsc && npx api-extractor run",
"build:browser": "npx esbuild src/browser.ts --bundle --minify --outfile=dist/browser.js --platform=browser",
"clean": "rm -rf dist"
},
"types": "dist/schematic.d.ts",
"version": "0.0.3"
"version": "0.0.4"
}

0 comments on commit e5b8fb2

Please sign in to comment.