Skip to content

Commit

Permalink
fix: state publish
Browse files Browse the repository at this point in the history
  • Loading branch information
dnikitop committed Apr 25, 2024
1 parent a68ac9e commit 8bd1af0
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 @@ -50,7 +50,8 @@
"doc": "jsdoc -r -c jsdoc_conf.json -d ./doc .",
"lint": "eslint .",
"test": "vitest",
"prepare": "npm run build"
"prepare": "npm run build",
"publish": "npm run build"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 8bd1af0

Please sign in to comment.