Skip to content

Commit 253c430

Browse files
committed
Revert "chore: Add sudo to all ci dependencies install script"
This reverts commit 4c62aeb.
1 parent 4c62aeb commit 253c430

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"postinstall": "node npm/deepinstall.js",
1515
"deepinstall": "node npm/deepinstall.js",
1616
"boilerplate": "node npm/boilerplate.js",
17-
"cirequirements": "sudo node npm/cirequirements.js",
17+
"cirequirements": "node npm/cirequirements.js",
1818
"test-lint": "node npm/test-lint.js"
1919
},
2020
"repository": {

0 commit comments

Comments
 (0)