Skip to content

Commit b512e8d

Browse files
authored
fix(site): #1076 expand the docusaurus container content to give the sandboxes more space (#1077)
1 parent 2336081 commit b512e8d

File tree

3 files changed

+90
-70
lines changed

3 files changed

+90
-70
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"build": "rollup -c & pnpm emitDeclarations",
3939
"start:storybook": "start-storybook -p 6006 --ci",
4040
"build:storybook": "del ./storybook-static; NODE_ENV=production build-storybook",
41-
"test:lint": "eslint 'src/**/*.{ts,tsx}' 'stories/**/*.{ts,tsx}' 'sandboxes/**/*.{ts,tsx}' 'test/**/*.{ts,tsx}'",
41+
"test:lint": "eslint \"src/**/*.{ts,tsx}\" \"stories/**/*.{ts,tsx}\" \"sandboxes/**/*.{ts,tsx}\" \"test/**/*.{ts,tsx}\"",
4242
"test:unit": "jest -c jest.config.json",
4343
"test:size": "size-limit",
4444
"test:typings": "tsd",

0 commit comments

Comments
 (0)