Skip to content

Commit cbd8a02

Browse files
committed
v2.1.1
1 parent 248916a commit cbd8a02

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
{
22
"name": "payload-plugin-oauth",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"license": "MIT",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
77
"scripts": {
88
"clean": "rm -rf dist",
99
"build": "tsc",
1010
"fix": "npx prettier src --write",
11+
"prepare": "yarn fix && yarn clean && yarn build",
1112
"test": "echo 'no tests'"
1213
},
1314
"exports": {

0 commit comments

Comments
 (0)