Skip to content

Commit 41c4722

Browse files
authored
s/npx/npm
1 parent f26d15c commit 41c4722

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"onCreateCommand": "npm install",
1616
"postAttachCommand": {
1717
"server": "npm run serve",
18-
"watcher": "npx run watch"
18+
"watcher": "npm run watch"
1919
},
2020
"hostRequirements": {"cpus": 4}
2121
}

0 commit comments

Comments
 (0)