Skip to content

Commit

Permalink
fix(site): #1076 expand the docusaurus container content to give the …
Browse files Browse the repository at this point in the history
…sandboxes more space (#1077)
  • Loading branch information
julianna-ciq committed Nov 8, 2022
1 parent 2336081 commit b512e8d
Show file tree
Hide file tree
Showing 3 changed files with 90 additions and 70 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"build": "rollup -c & pnpm emitDeclarations",
"start:storybook": "start-storybook -p 6006 --ci",
"build:storybook": "del ./storybook-static; NODE_ENV=production build-storybook",
"test:lint": "eslint 'src/**/*.{ts,tsx}' 'stories/**/*.{ts,tsx}' 'sandboxes/**/*.{ts,tsx}' 'test/**/*.{ts,tsx}'",
"test:lint": "eslint \"src/**/*.{ts,tsx}\" \"stories/**/*.{ts,tsx}\" \"sandboxes/**/*.{ts,tsx}\" \"test/**/*.{ts,tsx}\"",
"test:unit": "jest -c jest.config.json",
"test:size": "size-limit",
"test:typings": "tsd",
Expand Down
Loading

0 comments on commit b512e8d

Please sign in to comment.