Skip to content

Commit f0bffb9

Browse files
committed
fix: publish / bundle
1 parent 23d1c9b commit f0bffb9

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.npmignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
/src
22
/badges
33
/tests
4+
/tests_int
45
/.circleci
56
/dist/tests
7+
/dist/tests_int
68
.gitignore
79
tsconfig*.json
810
.nvmrc
@@ -11,9 +13,12 @@ tsconfig*.json
1113
jest*
1214
.editorconfig*
1315
.eslint*
16+
/.jestcache
1417
wallaby*
1518
.idea
1619
.husky
1720
.prettierc
1821
commitlint.config.js
1922
lint-staged.config.js
23+
*.tgz
24+
release.config.js

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"prebuild": "npm run clean",
1111
"pack": "npm pack",
1212
"test": "jest",
13+
"pretest": "rimraf ./.jestcache",
1314
"test:cov": "jest --coverage",
1415
"test:ci": "jest --config ./jest.ci.config.ts --ci --runInBand",
1516
"test:int": "jest --config ./jest.integation.config.ts",

0 commit comments

Comments
 (0)