cross-env
This commit is contained in:
parent
a99aab5daa
commit
394180c4b2
|
@ -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",
|
||||
|
|
Reference in New Issue