We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebab828 commit d009c17Copy full SHA for d009c17
package.json
@@ -65,6 +65,7 @@
65
"scripts": {
66
"test": "jest --coverage --config jest.config.js",
67
"integration-test": "jest --config jest-integration.config.js",
68
- "lint": "npx eslint --fix . --no-cache"
+ "lint": "npx eslint --fix . --no-cache",
69
+ "in-cap-dev": "cd node_modules && rm -fr @sap/cds* @cap-js/db-service @cap-js/sqlite"
70
}
71
0 commit comments