We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23d1c9b commit f0bffb9Copy full SHA for f0bffb9
.npmignore
@@ -1,8 +1,10 @@
1
/src
2
/badges
3
/tests
4
+/tests_int
5
/.circleci
6
/dist/tests
7
+/dist/tests_int
8
.gitignore
9
tsconfig*.json
10
.nvmrc
@@ -11,9 +13,12 @@ tsconfig*.json
11
13
jest*
12
14
.editorconfig*
15
.eslint*
16
+/.jestcache
17
wallaby*
18
.idea
19
.husky
20
.prettierc
21
commitlint.config.js
22
lint-staged.config.js
23
+*.tgz
24
+release.config.js
package.json
@@ -10,6 +10,7 @@
"prebuild": "npm run clean",
"pack": "npm pack",
"test": "jest",
+ "pretest": "rimraf ./.jestcache",
"test:cov": "jest --coverage",
"test:ci": "jest --config ./jest.ci.config.ts --ci --runInBand",
"test:int": "jest --config ./jest.integation.config.ts",
0 commit comments