Skip to content

Commit

Permalink
chore(www): add cross-env to develop for windows users (#14023)
Browse files Browse the repository at this point in the history
  • Loading branch information
wardpeet authored and LekoArts committed May 14, 2019
1 parent d4b60f2 commit 6771f0f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion www/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"scripts": {
"build": "gatsby build",
"deploy": "gatsby build --prefix-paths && gh-pages -d public",
"develop": "GATSBY_GRAPHQL_IDE=playground gatsby develop",
"develop": "cross-env GATSBY_GRAPHQL_IDE=playground gatsby develop",
"start": "npm run develop",
"serve": "gatsby serve",
"test": "jest",
Expand All @@ -104,6 +104,7 @@
"devDependencies": {
"babel-jest": "^24.3.1",
"babel-preset-gatsby": "^0.1.8",
"cross-env": "^5.2.0",
"front-matter": "^2.3.0",
"get-package-json-from-github": "^1.2.1",
"github-api": "^3.0.0",
Expand Down

0 comments on commit 6771f0f

Please sign in to comment.