Skip to content

Commit

Permalink
quick access to changeset script
Browse files Browse the repository at this point in the history
  • Loading branch information
RodrigoHamuy committed Sep 30, 2024
1 parent 3415bac commit f96f257
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
"docs": "typedoc --out docs ./source/Main.ts",
"pub": "npm run build && npm run docs && npm run examples && npm publish --access public .",
"lint": "eslint --ext .ts .",
"lint-fix": "eslint --ext .ts --fix ."
"lint-fix": "eslint --ext .ts --fix .",
"changeset": "changeset"
},
"sideEffects": false,
"keywords": [
Expand Down Expand Up @@ -60,4 +61,4 @@
"typedoc": "0.23.23",
"typescript": "4.9.4"
}
}
}

0 comments on commit f96f257

Please sign in to comment.