Skip to content

Commit

Permalink
fix ci (i think?)
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamwasp committed Dec 13, 2024
1 parent d79a62c commit 8a4e4fa
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -119,7 +119,7 @@
"build:graph": "nx graph",
"clean-builds": "nx run-many --target=clean --all",
"clear-modules": "yarn clean-builds && lerna clean -y && rm -rf node_modules",
"deploy": "cp -r ./dist/static/* ./dist/docs && gh-pages -b gh-pages -d dist",
"deploy": "cp -r ./dist/storybook/styleguide && gh-pages -b gh-pages -d dist",
"format": "yarn lint:fix && yarn prettier --write",
"format:verify": "yarn prettier --check",
"lint": "eslint --ignore-path .eslintignore \"./**/*.{mdx,js,ts,tsx,json}\" --max-warnings 0",
2 changes: 1 addition & 1 deletion packages/styleguide/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@codecademy/styleguide",
"description": "Styleguide & Component library for codecademy.com",
"version": "68.1.3",
"version": "68.2.0",
"author": "Codecademy Engineering",
"dependencies": {},
"license": "MIT",
2 changes: 1 addition & 1 deletion packages/styleguide/src/lib/Meta/Installation.mdx
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@ export const parameters = {
status: 'updating',
};

<Meta title="Meta/Brand" />
<Meta title="Meta/Installation" />

<AboutHeader {...parameters} />

0 comments on commit 8a4e4fa

Please sign in to comment.