Skip to content

Commit 7660b2b

Browse files
committed
Fix up running watcher
1 parent 325491e commit 7660b2b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
]
1313
}
1414
},
15-
"onCreateCommand": "npm install & npm install -g gulp",
15+
"onCreateCommand": "npm install",
1616
"postAttachCommand": {
1717
"server": "npm run serve",
18-
"watcher": "gulp watch"
18+
"watcher": "npx gulp watch"
1919
}
20-
}
20+
}

0 commit comments

Comments
 (0)