Skip to content

Commit

Permalink
Merge pull request #2018 from hashicorp/alex-ju/check-compiled-css-be…
Browse files Browse the repository at this point in the history
…fore-publish-2

Make sure `ember-flight-icons` is built before publishing `components`
  • Loading branch information
alex-ju committed Mar 21, 2024
2 parents c54ed1e + 4963c6d commit f59f383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"author": "HashiCorp Design Systems <design-systems@hashicorp.com>",
"scripts": {
"build": "rollup --config",
"prepublishOnly": "rollup --config && test -f 'dist/styles/@hashicorp/design-system-components.css' || echo 'The pre-compiled CSS file was not found' && exit 1",
"prepublishOnly": "yarn workspace @hashicorp/ember-flight-icons build && rollup --config && test -f 'dist/styles/@hashicorp/design-system-components.css' || (echo 'The pre-compiled CSS file was not found' && exit 1)",
"start": "rollup --config --watch --environment development",
"lint": "npm-run-all --aggregate-output --continue-on-error --parallel \"lint:!(fix)\"",
"lint:fix": "npm-run-all --aggregate-output --continue-on-error --parallel lint:*:fix",
Expand Down

0 comments on commit f59f383

Please sign in to comment.