feat: [CDE-54]: Added yarn command for building CDE module only. (#2091)

ui/offscreen-diff-contents
Ansuman Satapathy 2024-06-11 09:01:51 +00:00 committed by Harness
parent 7778dc1258
commit f95e4fd62e
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@
"test": "jest src --silent",
"test:watch": "jest --watch",
"build": "rm -rf dist && webpack --config config/webpack.prod.js",
"build:cde": "rm -rf dist && MODULE=cde webpack --config config/webpack.prod.js",
"lint": "eslint --rulesdir ./scripts/eslint-rules --ext .ts --ext .tsx src",
"prettier": "prettier --check \"./src/**/*.{ts,tsx,css,scss}\"",
"coverage": "npm test --coverage",