Skip to content

Commit d009c17

Browse files
committed
Add script for local development
1 parent ebab828 commit d009c17

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@
6565
"scripts": {
6666
"test": "jest --coverage --config jest.config.js",
6767
"integration-test": "jest --config jest-integration.config.js",
68-
"lint": "npx eslint --fix . --no-cache"
68+
"lint": "npx eslint --fix . --no-cache",
69+
"in-cap-dev": "cd node_modules && rm -fr @sap/cds* @cap-js/db-service @cap-js/sqlite"
6970
}
7071
}

0 commit comments

Comments
 (0)