Skip to content

Commit 7085d7a

Browse files
committed
Add sudo to example runner script
1 parent 8518072 commit 7085d7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"build": "npm run clean && node-gyp rebuild && tsc -p src",
3737
"check": "npx tsc --noEmit",
3838
"clean": "rm -rf dist",
39-
"example": "ts-node -P examples/tsconfig.json",
39+
"example": "sudo ts-node -P examples/tsconfig.json",
4040
"format": "prettier --write src/ examples/",
4141
"lint": "eslint src/ examples/",
4242
"merge-submodule-upstream": "(cd vendor && git fetch && git merge origin/master)",

0 commit comments

Comments
 (0)