We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2a8193 commit b187056Copy full SHA for b187056
.github/workflows/release.yml
@@ -19,7 +19,6 @@ jobs:
19
node-version: 16.x
20
cache: pnpm
21
- run: pnpm install
22
- - run: pnpm run build
23
- run: npm publish
24
env:
25
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
package.json
@@ -7,11 +7,12 @@
7
"scripts": {
8
"build": "rollup -c",
9
"changelog": "lerna-changelog",
10
- "lint": "eslint . --cache",
11
"lint:fix": "eslint . --fix",
+ "lint": "eslint . --cache",
12
+ "prepublish": "rollup -c",
13
"release": "dotenv release-it --",
- "test": "jest",
14
- "test:watch": "jest --watch"
+ "test:watch": "jest --watch",
15
+ "test": "jest"
16
},
17
"repository": {
18
"type": "git",
0 commit comments