Skip to content

Commit

Permalink
Undid some unneeded changes
Browse files Browse the repository at this point in the history
  • Loading branch information
wayfarer3130 committed May 30, 2024
1 parent 38ce062 commit 27a18f0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions packages/docs/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
/static/_headers
/static/_redirects
/static/.nojekyll
/static/external-*
/static/README.md


# Production
/build
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"build": "yarn run build:docs",
"build:docs": "cross-env NODE_OPTIONS=--max_old_space_size=16384 yarn run prep-examples && docusaurus build",
"copy-coverage-to-docs": "cp -R ../../coverage/*Chrome*/. ./static/test-coverage/",
"copy-examples-to-docs": "cp -R ../../.static-examples/. ./static/live-examples/ && cp -R ../../externals/* ./static/",
"copy-examples-to-docs": "cp -R ../../.static-examples/. ./static/live-examples/",
"docusaurus": "docusaurus",
"docs": "cross-env NODE_OPTIONS=--max_old_space_size=16384 docusaurus start --port 3333",
"dev": "yarn run docs",
Expand Down

0 comments on commit 27a18f0

Please sign in to comment.