Skip to content

Commit

Permalink
fix: publish process
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien-R44 committed Apr 13, 2024
1 parent d22e1f2 commit aa2c821
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/runner/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@hot-hook/runner",
"description": "Runner for applications that use hot-hook",
"version": "0.0.4",
"version": "0.0.6",
"main": "build/bin/run.js",
"type": "module",
"files": [
Expand All @@ -15,7 +15,6 @@
"build": "tsc",
"typecheck": "tsc --noEmit",
"lint": "eslint . --ext=.ts",
"prepublish": "pnpm lint && pnpm clean",
"quick:test": "node --import=./tsnode.esm.js --enable-source-maps bin/test.ts",
"test": "c8 pnpm quick:test",
"prepublishOnly": "pnpm build"
Expand Down

0 comments on commit aa2c821

Please sign in to comment.