File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 11lockfile-version = 3
2+ ignore-scripts = true
Original file line number Diff line number Diff line change 1010 "scripts" : {
1111 "start" : " ui5 serve --port 8080" ,
1212 "lint" : " eslint webapp && ui5lint" ,
13- "test-runner" : " ui5-test-runner --url http://localhost:8080/test/testsuite.qunit.html --start start --start-timeout 30000 --coverage -ccb 100 -ccf 100 -ccl 100 -ccs 100" ,
13+ "test-runner" : " npx puppeteer browsers install chrome && ui5-test-runner --url http://localhost:8080/test/testsuite.qunit.html --start start --start-timeout 30000 --coverage -ccb 100 -ccf 100 -ccl 100 -ccs 100" ,
1414 "test" : " npm run lint && npm run test-runner" ,
1515 "build" : " ui5 build -a --clean-dest" ,
1616 "build-self-contained" : " ui5 build self-contained -a --clean-dest" ,
You can’t perform that action at this time.
0 commit comments