Skip to content

Commit

Permalink
fix: add prepublish script
Browse files Browse the repository at this point in the history
  • Loading branch information
v8tenko committed Aug 30, 2024
1 parent 2503365 commit d48af1a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"test": "cd tests && npm ci && jest",
"typecheck": "tsc --noEmit"
"typecheck": "tsc --noEmit",
"prepublishOnly": "npm run build"
},
"devDependencies": {
"@diplodoc/eslint-config": "^2.0.0",
Expand Down

0 comments on commit d48af1a

Please sign in to comment.