Skip to content

Commit cff0a92

Browse files
committed
build: remove sudo
1 parent be49a5e commit cff0a92

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
@@ -12,7 +12,7 @@
1212
"version": "standard-changelog -i CHANGELOG.md -w",
1313
"docs": "jsdoc2md lib/*.js > INDEX.md",
1414
"clean": "rm -rf .nyc_output coverage jsdoc-api dmd",
15-
"start": "sudo npm run clean && npm run lint && sudo npm test"
15+
"start": "npm run clean && npm run lint && npm test"
1616
},
1717
"dependencies": {
1818
"fclone": "^1.0.11",

0 commit comments

Comments
 (0)