We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cef2c5a + 1fe1c7e commit c542906Copy full SHA for c542906
2 files changed
.github/workflows/node.js.yml
@@ -25,4 +25,5 @@ jobs:
25
cache: yarn
26
- run: yarn install --frozen-lockfile
27
- run: yarn test
28
- - run: yarn prepack
+ - run: npm install
29
+ - run: npm pack
package.json
@@ -37,8 +37,7 @@
37
"typescript": "^4.5.5"
38
},
39
"scripts": {
40
- "prepare": "rimraf ./dist",
41
- "prepack": "tsc --outDir dist --declaration --declarationDir dist",
+ "prepack": "rimraf ./dist && tsc --outDir dist --declaration --declarationDir dist",
42
"pretest": "prettier --check .",
43
"test": "jest --ci",
44
"test:watch": "jest --watch --notify",
0 commit comments