Skip to content

Commit 03578bc

Browse files
angelozerrdatho7561
authored andcommitted
Use npx
Signed-off-by: azerr <azerr@redhat.com>
1 parent df0a7da commit 03578bc

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
@@ -62,7 +62,7 @@
6262
"pretest": "npm run compile && npm run test-compile",
6363
"test": "vscode-test",
6464
"eslint": "npx eslint .",
65-
"build-server": "./node_modules/.bin/gulp build_server"
65+
"build-server": "npx gulp build_server"
6666
},
6767
"repository": {
6868
"type": "git",

0 commit comments

Comments
 (0)