mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
[IMP] ci: fails if circular dependencies are found in build
This commit is contained in:
committed by
Aaron Bohy
parent
7c78442e43
commit
ad743c205c
+1
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user