Skip to content

Commit aa2c821

Browse files
committed
fix: publish process
1 parent d22e1f2 commit aa2c821

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

packages/runner/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@hot-hook/runner",
33
"description": "Runner for applications that use hot-hook",
4-
"version": "0.0.4",
4+
"version": "0.0.6",
55
"main": "build/bin/run.js",
66
"type": "module",
77
"files": [
@@ -15,7 +15,6 @@
1515
"build": "tsc",
1616
"typecheck": "tsc --noEmit",
1717
"lint": "eslint . --ext=.ts",
18-
"prepublish": "pnpm lint && pnpm clean",
1918
"quick:test": "node --import=./tsnode.esm.js --enable-source-maps bin/test.ts",
2019
"test": "c8 pnpm quick:test",
2120
"prepublishOnly": "pnpm build"

0 commit comments

Comments
 (0)