Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
H34D committed Nov 8, 2022
1 parent cee351b commit 39a45bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -8,12 +8,13 @@
"files": [
"dist"
],
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "tsc --watch",
"compile": "tsc",
"build": "yarn compile && yarn bundle && yarn bundle:minify",
"bundle": "esbuild ./src/index.ts --bundle --outfile=./dist/lib/masa-sdk.esm.js",
"bundle": "esbuild ./src/index.ts --bundle --platform=browser --outfile=./dist/lib/masa-sdk.esm.js",
"bundle:minify": "yarn bundle --minify --sourcemap --outfile=./dist/lib/masa-sdk.esm.min.js",
"prettier": "prettier ./src --write",
"lint": "eslint ./src",
Expand Down

0 comments on commit 39a45bd

Please sign in to comment.