mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-14 01:48:35 +01:00
Recompile [tests] before running tests
This commit is contained in:
parent
ca429d0fae
commit
39336370cf
@ -7,7 +7,7 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "rollup -c",
|
"build": "rollup -c",
|
||||||
"build:watch": "rollup -cw",
|
"build:watch": "rollup -cw",
|
||||||
"jstest": "web-test-runner",
|
"jstest": "tsc &> /dev/null; web-test-runner",
|
||||||
"jstest:watch": "web-test-runner --watch"
|
"jstest:watch": "web-test-runner --watch"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
@ -65,8 +65,6 @@
|
|||||||
"jquery-ui-dist": "^1.12.1",
|
"jquery-ui-dist": "^1.12.1",
|
||||||
"jquery-ui-themes": "^1.12.0",
|
"jquery-ui-themes": "^1.12.0",
|
||||||
"jquery-ui-timepicker-addon": "^1.6.3",
|
"jquery-ui-timepicker-addon": "^1.6.3",
|
||||||
"lit-element": "^2.5.1",
|
|
||||||
"lit-html": "^1.4.1",
|
|
||||||
"sortablejs": "^1.14.0"
|
"sortablejs": "^1.14.0"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
|
Loading…
Reference in New Issue
Block a user