Skip to content

Commit

Permalink
Updated build:watch to build css and perform transform.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlabaj committed Sep 21, 2023
1 parent 9a3355c commit 23a87a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/module/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"scripts": {
"build": "npm run build:index && npm run build:js && npm run build:esm && npm run build:fed:packages && npm run build:css && npm run transform:css",
"build": "npm run build:index && npm run build:js && npm run build:esm && npm run build:fed:packages && npm run build:css && npm run transform:scss",
"build:css": "node ../../scripts/build-styles.js",
"build:watch": "npm run build:js && npm run build:esm -- --watch && npm run build:fed:packages -- --watch && npm run build:css -- --watch",
"build:watch": "npm run build:js && npm run build:esm -- --watch && npm run build:fed:packages -- --watch && npm run build:css && npm run transform:scss",
"build:esm": "tsc --build --verbose ./tsconfig.json",
"build:fed:packages": "node generate-fed-package-json.js",
"build:js": "tsc -p tsconfig.cjs.json",
Expand All @@ -19,7 +19,7 @@
"docs:screenshots": "pf-docs-framework screenshots --urlPrefix http://localhost:5001",
"serve:a11y": "serve coverage",
"test:a11y": "patternfly-a11y --config patternfly-a11y.config",
"transform:css": "node ../../scripts/transform-scss.js"
"transform:scss": "node ../../scripts/transform-scss.js"
},
"repository": "git+https://github.com/patternfly/react-component-groups.git",
"author": "Red Hat",
Expand Down

0 comments on commit 23a87a1

Please sign in to comment.