Skip to content

Commit

Permalink
feat: [CDE-54]: Added yarn command for building CDE module only. (#2091)
Browse files Browse the repository at this point in the history
  • Loading branch information
n00bitax authored and Harness committed Jun 11, 2024
1 parent 7778dc1 commit f95e4fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit f95e4fd

Please sign in to comment.