mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 04:06:44 +02:00
Pass args thru nx
This commit is contained in:
parent
561dbd32be
commit
917237fc3c
@ -30,9 +30,9 @@
|
||||
"lint:types": "nx lint:types",
|
||||
"lint:style": "stylelint \"res/css/**/*.pcss\"",
|
||||
"test": "nx test:unit",
|
||||
"test:playwright": "nx test:playwright",
|
||||
"test:playwright:open": "nx test:playwright --ui",
|
||||
"test:playwright:screenshots": "nx test:playwright:screenshots",
|
||||
"test:playwright": "nx test:playwright --",
|
||||
"test:playwright:open": "nx test:playwright -- --ui",
|
||||
"test:playwright:screenshots": "nx test:playwright:screenshots --",
|
||||
"coverage": "pnpm test --coverage",
|
||||
"analyse:webpack-bundles": "webpack-bundle-analyzer webpack-stats.json webapp"
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user