-
Notifications
You must be signed in to change notification settings - Fork 357
Open
Description
When explicitly running npm run build or, when it is run as a pre-commit hook, I get the following error in Terminal:
> MDN-Fiori@0.1.0 build /Users/espressive/repos/mdn-fiori
> node lib/build.js
Building...
{ Error: Command failed: rm -rfv /Users/user/repos/mdn-fiori/docs/* && hugo && sw-precache --root=docs && git add -A
at ChildProcess.exithandler (child_process.js:273:12)
at ChildProcess.emit (events.js:180:13)
at maybeClose (internal/child_process.js:936:16)
at Socket.stream.socket.on (internal/child_process.js:353:11)
at Socket.emit (events.js:180:13)
at Pipe._handle.close [as _onclose] (net.js:541:12)
killed: false,
code: 255,
signal: null,
cmd: 'rm -rfv /Users/user/repos/mdn-fiori/docs/* && hugo && sw-precache --root=docs && git add -A' }
You can see the repo in question at https://github.com/mdn/mdn-fiori
Thanks!
Metadata
Metadata
Assignees
Labels
No labels