Skip to content

Commit e484184

Browse files
committed
wip 103
1 parent 8cbedb9 commit e484184

File tree

2 files changed

+1
-102
lines changed

2 files changed

+1
-102
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
],
1111
"scripts": {
1212
"patch": "npx patch-package",
13-
"test:prepare": "npx shx test -e test-cap-server/node_modules || npm ci --prefix test-cap-server",
13+
"test:prepare": "npx shx test -e test-cap-server/node_modules || npm i --package-lock false --prefix test-cap-server",
1414
"test": "npm run test:prepare && CDS_STRICT_NODE_VERSION=false jest",
1515
"test:coverage": "npm run test:prepare && CDS_STRICT_NODE_VERSION=false jest --runInBand --coverageReporters=html --coverageReporters=text-summary",
1616
"test:remove-inline-snapshots": "npx replace '\\.toMatchInlineSnapshot\\(\\s*`[\\s\\S]*?`\\s*\\);' '.toMatchInlineSnapshot();' test -r --include='*.test.js'",

test-cap-server/package-lock.json

Lines changed: 0 additions & 101 deletions
This file was deleted.

0 commit comments

Comments
 (0)