Skip to content

Commit

Permalink
chore(package.json): yarn serve should run sandboxed
Browse files Browse the repository at this point in the history
Related: #61
  • Loading branch information
ztl8702 authored Mar 6, 2020
1 parent e444184 commit 2874a79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.0",
"scripts": {
"postinstall": "patch-package && ngcc",
"serve": "ibazel run //web/src:devserver -- -port=4200",
"serve": "ibazel run --spawn_strategy=sandboxed //web/src:devserver -- -port=4200",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
Expand Down

0 comments on commit 2874a79

Please sign in to comment.