[IMP] ci: fails if circular dependencies are found in build

This commit is contained in:
Géry Debongnie
2022-01-19 10:06:05 +01:00
committed by Aaron Bohy
parent 7c78442e43
commit ad743c205c
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
"node": ">=12.18.3"
},
"scripts": {
"build:bundle": "rollup -c",
"build:bundle": "rollup -c --failAfterWarnings",
"build": "npm run build:bundle",
"test": "jest",
"test:debug": "node --inspect-brk node_modules/.bin/jest --runInBand --watch --testTimeout=5000000",