Skip to content

Commit

Permalink
fix: build automatically after install
Browse files Browse the repository at this point in the history
  • Loading branch information
kuizuo committed Mar 29, 2024
1 parent bcf2b71 commit 5ff0c05
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/deob/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"watch": "node esbuild.config.js --watch",
"start": "node dist/cli.js",
"tmp": "node esbuild.config.js && node --enable-source-maps dist/cli.js tmp/input.js -f -o tmp/out",
"postinstall": "npm run build",
"lint": "eslint src test",
"lint:fix": "eslint src test --fix",
"test": "vitest --pool=vmThreads"
Expand Down

0 comments on commit 5ff0c05

Please sign in to comment.