Skip to content

Commit

Permalink
fix: update build script
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolethoen committed Feb 19, 2024
1 parent 2fd2e98 commit b1a42d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/module/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
"main": "dist/esm/index.js",
"module": "dist/esm/index.js",
"scripts": {
"build": "yarn build:scss && yarn build:js-from-scss",
"build": "yarn build:js-from-scss",
"build:fed:packages": "node generate-fed-package-json.js",
"build:scss": "node ./build.js",
"build:js-from-scss": "node ./build-js-for-docs.js",
"clean": "rimraf dist",
"docs:develop": "pf-docs-framework start",
"docs:build": "yarn build:scss && yarn build:js-from-scss && pf-docs-framework build all --output public",
"docs:build": "yarn build:js-from-scss && pf-docs-framework build all --output public",
"docs:serve": "pf-docs-framework serve public --port 5000",
"docs:screenshots": "pf-docs-framework screenshots --urlPrefix http://localhost:5000",
"test:a11y": "patternfly-a11y --config patternfly-a11y.config",
Expand Down

0 comments on commit b1a42d8

Please sign in to comment.