Skip to content

Commit

Permalink
build on npm version
Browse files Browse the repository at this point in the history
  • Loading branch information
victornpb committed Mar 27, 2023
1 parent 0abdc99 commit f0360bc
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 @@ -36,7 +36,8 @@
"prebuild": "rimraf dist",
"test": "npm run lint && npm run build",
"lint": "eslint src",
"lint:fix": "eslint src --fix"
"lint:fix": "eslint src --fix",
"version": "npm run build"
},
"files": [
"dist"
Expand Down

0 comments on commit f0360bc

Please sign in to comment.