Skip to content

Commit e7d2945

Browse files
committed
chore: rename script for publishing
1 parent 2f9fbd2 commit e7d2945

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"lint": "tslint -p tsconfig.json",
3939
"prepare": "husky install",
4040
"types": "tsc --noEmit",
41-
"publish": "np --no-2fa --no-tests"
41+
"release": "np --no-2fa --no-tests"
4242
},
4343
"dependencies": {},
4444
"devDependencies": {
@@ -57,4 +57,4 @@
5757
"peerDependencies": {
5858
"esbuild": "^0.14.0"
5959
}
60-
}
60+
}

0 commit comments

Comments
 (0)