Skip to content

Commit

Permalink
build(release): temporarily removing scss build step
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Apr 19, 2023
1 parent bbf28eb commit cd8a837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"format:check": "nx format",
"format:write": "nx format:write",
"ghpages:deploy": "VERSION=$(echo v${npm_package_version} | cut -c1-2) && npm run build docs-app -- --base-href=/covalent/$VERSION/ && bash scripts/ghpages-deploy $VERSION",
"release:prepare": "npx nx run-many --target=build --all && npx nx run-many --target=build-scss --all && node ./scripts/version-placeholder ./dist",
"release:prepare": "npx nx run-many --target=build --all && node ./scripts/version-placeholder ./dist",
"style-dictionary": "cd libs/tokens && style-dictionary build",
"storybook": "npx start-storybook -c libs/components/.storybook",
"build-storybook": "npx build-storybook -c libs/components/.storybook -o dist/storybook/components",
Expand Down

0 comments on commit cd8a837

Please sign in to comment.