Skip to content

Commit

Permalink
update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
luxluth committed Jul 12, 2023
1 parent fc82eb5 commit a856e30
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"types": "dist/index.d.ts",
"browser": "dist/ass.min.js",
"scripts": {
"build": "tsup src/index.ts --format esm,cjs",
"build": "pnpm run build:normal &&pnpm run build:minify",
"build:normal": "tsup src/index.ts --format esm,cjs",
"build:minify": "tsup src/index.ts --format iife",
"dev": "tsup src/index.ts --format esm,cjs --watch",
"release": "pnpm run build && changeset publish",
Expand Down

0 comments on commit a856e30

Please sign in to comment.