Skip to content

Commit c542906

Browse files
committed
Merge branch '5.x'
2 parents cef2c5a + 1fe1c7e commit c542906

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/node.js.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,5 @@ jobs:
2525
cache: yarn
2626
- run: yarn install --frozen-lockfile
2727
- run: yarn test
28-
- run: yarn prepack
28+
- run: npm install
29+
- run: npm pack

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@
3737
"typescript": "^4.5.5"
3838
},
3939
"scripts": {
40-
"prepare": "rimraf ./dist",
41-
"prepack": "tsc --outDir dist --declaration --declarationDir dist",
40+
"prepack": "rimraf ./dist && tsc --outDir dist --declaration --declarationDir dist",
4241
"pretest": "prettier --check .",
4342
"test": "jest --ci",
4443
"test:watch": "jest --watch --notify",

0 commit comments

Comments
 (0)