We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d22e1f2 commit aa2c821Copy full SHA for aa2c821
1 file changed
packages/runner/package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@hot-hook/runner",
3
"description": "Runner for applications that use hot-hook",
4
- "version": "0.0.4",
+ "version": "0.0.6",
5
"main": "build/bin/run.js",
6
"type": "module",
7
"files": [
@@ -15,7 +15,6 @@
15
"build": "tsc",
16
"typecheck": "tsc --noEmit",
17
"lint": "eslint . --ext=.ts",
18
- "prepublish": "pnpm lint && pnpm clean",
19
"quick:test": "node --import=./tsnode.esm.js --enable-source-maps bin/test.ts",
20
"test": "c8 pnpm quick:test",
21
"prepublishOnly": "pnpm build"
0 commit comments