Skip to content

Commit

Permalink
chore(docs): use cross-env so build works on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnwildermuth authored and JanDeDobbeleer committed Oct 17, 2021
1 parent da1bb46 commit bccf642
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 1 deletion.
30 changes: 30 additions & 0 deletions docs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion docs/package.json
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.0",
"private": true,
"scripts": {
"start": "NODE_ENV=development docusaurus start",
"start": "cross-env NODE_ENV=development docusaurus start",
"build": "docusaurus build",
"themes": "node export_themes.js"
},
Expand All @@ -14,6 +14,9 @@
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"devDependencies": {
"cross-env": "^7.0.3"
},
"browserslist": {
"production": [
">0.2%",
Expand Down

0 comments on commit bccf642

Please sign in to comment.