Skip to content

Commit eec803c

Browse files
committed
chore: removed dependabot till we actually use it, write now we set all open pull requests to 0
1 parent 9d708a0 commit eec803c

File tree

3 files changed

+1
-84
lines changed

3 files changed

+1
-84
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 27 deletions
This file was deleted.

.github/workflows/auto-merge-dependabot.yml

Lines changed: 0 additions & 56 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"scripts": {
1919
"test": "node_modules/.bin/jest src/**/*.test.ts src/*.test.ts --coverage && npm run prettier:check",
20-
"test:ci": "node_modules/.bin/jest src/**/*.test.ts src/*.test.ts --coverage --runInBand --ci && npm run prettier:check",
20+
"test:ci": "node --max_old_space_size=8192 node_modules/.bin/jest src/**/*.test.ts src/*.test.ts --coverage --runInBand --ci && npm run prettier:check",
2121
"test:clean": "node_modules/.bin/jest src/**/*.test.ts src/*.test.ts --coverage && npm run prettier:check",
2222
"compile:web": "node --max_old_space_size=8192 node_modules/.bin/rollup -c",
2323
"compile:esm": "node_modules/.bin/tsc -p tsconfig.build-esm.json && node_modules/.bin/tsc-alias -p tsconfig.build-esm.json",

0 commit comments

Comments
 (0)