Skip to content

Commit

Permalink
Merge pull request metaplex-foundation#186 from jamland/fix-start-on-win
Browse files Browse the repository at this point in the history
Fix server start on Windows
  • Loading branch information
bartosz-lipinski authored Aug 5, 2021
2 parents bf95a07 + 51d7ce5 commit 0fc9458
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"scripts": {
"bootstrap": "lerna link && lerna bootstrap",
"build": "lerna run build",
"start": "CI=true lerna run start --scope @oyster/common --stream --parallel --scope web",
"start": "cross-env CI=true lerna run start --scope @oyster/common --stream --parallel --scope web",
"lint": "eslint 'packages/*/{src,test}/**/*.ts' && prettier -c 'packages/*/{src,test}/**/*.ts'",
"lint:fix": "eslint --fix 'packages/*/{src,test}/**/*.ts' && prettier --write 'packages/*/{src,test}/**/*.ts'",
"deploy": "run-s deploy:docs build deploy:apps && gh-pages -d docs",
Expand Down Expand Up @@ -43,6 +43,7 @@
]
},
"dependencies": {
"cross-env": "^7.0.3",
"next": "^11.0.1",
"react": "17.0.2",
"react-dom": "17.0.2"
Expand Down

0 comments on commit 0fc9458

Please sign in to comment.