Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
zyyv committed Aug 27, 2024
1 parent 9e7f8a1 commit 887e927
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@
"dev": "tsup --watch src",
"build:fix": "esno scripts/postbuild.ts",
"lint": "eslint .",
"play": "npm -C playground run dev",
"prepublishOnly": "npm run build",
"play": "pnpm -C playground run dev",
"prepublishOnly": "pnpm build",
"release": "bumpp && npm publish",
"start": "esno src/index.ts",
"test": "vitest"
Expand Down Expand Up @@ -123,5 +123,8 @@
},
"lint-staged": {
"*": "eslint --fix"
},
"stackblitz": {
"startCommand": "pnpm build && pnpm -C playground run dev"
}
}

0 comments on commit 887e927

Please sign in to comment.