Skip to content

Commit

Permalink
Release version 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alessiostalla committed Dec 27, 2023
1 parent 53d83d6 commit 5c028f4
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 @@ -12,7 +12,8 @@
"build:esm": "tsc --module es6 --outDir dist/esm",
"build:cjs": "tsc --module commonjs --outDir dist/cjs",
"lint": "eslint src && eslint tests",
"test": "jest"
"test": "jest",
"relase": "yarn clean && yarn lint && yarn test && yarn build && yarn publish"
},
"browser": "dist/cjs/index.js",
"main": "dist/cjs/index.js",
Expand Down

0 comments on commit 5c028f4

Please sign in to comment.