Skip to content

Commit

Permalink
fix: minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
swernerx committed Jan 10, 2023
1 parent 34d0811 commit ad3c1b8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
"scripts": {
"build": "rimraf lib && tsc",
"watch": "rimraf lib && tsc --watch",
"format": "prettier --write src/*.ts"
"format": "prettier --write src/*.ts",
"test": "jest",
"release": "release-it"
},
"author": {
"name": "Sebastian Werner",
Expand Down

0 comments on commit ad3c1b8

Please sign in to comment.