Skip to content

Instantly share code, notes, and snippets.

@emiralp
Created December 17, 2015 12:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save emiralp/e1c555c8ee6890f16f77 to your computer and use it in GitHub Desktop.
Save emiralp/e1c555c8ee6890f16f77 to your computer and use it in GitHub Desktop.
MacBook-Pro:cmdfm-test emiralp$ git pull
Updating bb515ec..5345e55
Fast-forward
package.json | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
MacBook-Pro:cmdfm-test emiralp$ npm install
npm WARN package.json cmdfm@1.0.0 No description
npm WARN package.json cmdfm@1.0.0 No repository field.
npm WARN package.json babel-polyfill@6.3.14 No description
npm WARN package.json babel-plugin-transform-regenerator@6.3.18 No repository field.
gMacBook-Pro:cmdfm-test emiralp$ gulp babel
[14:29:51] Using gulpfile ~/develop/cmdfm-test/gulpfile.js
[14:29:51] Starting 'babel'...
[14:29:55] Finished 'babel' after 3.8 s
MacBook-Pro:cmdfm-test emiralp$ npm run
Lifecycle scripts included in cmdfm:
test
echo "Error: no test specified" && exit 1
available via `npm run-script`:
run
node dist/main.js
MacBook-Pro:cmdfm-test emiralp$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment