cross-env

This commit is contained in:
Karol Wypchlo 2021-04-13 13:12:03 +02:00
parent a99aab5daa
commit 394180c4b2
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@
"license": "SEE LICENSE IN LICENSE.md",
"scripts": {
"build": "gatsby build",
"develop": "GATSBY_API_URL=https://siasky.net gatsby develop",
"develop": "cross-env GATSBY_API_URL=https://siasky.net gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",