We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e5727c commit 8b96d89Copy full SHA for 8b96d89
.github/workflows/release.yml
@@ -45,7 +45,7 @@ jobs:
45
run: pnpm test
46
47
- name: Publish
48
- run: pnpm publish
+ run: pnpm release
49
env:
50
GITHUB_TOKEN: ${{ secrets.GH_ADMIN_TOKEN }}
51
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
package.json
@@ -1,14 +1,14 @@
1
{
2
"type": "module",
3
"name": "@mswjs/socket.io-binding",
4
- "version": "0.0.0",
+ "version": "0.1.0",
5
"description": "Binding to mock Socket.IO connections with Mock Service Worker",
6
"main": "./build/index.js",
7
"types": "./build/index.d.ts",
8
"scripts": {
9
"test": "vitest",
10
"build": "tsup",
11
- "publish": "release publish"
+ "release": "release publish"
12
},
13
"keywords": [
14
"msw",
0 commit comments