Created
December 17, 2015 12:30
-
-
Save emiralp/e1c555c8ee6890f16f77 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 [email protected] No description | |
npm WARN package.json [email protected] No repository field. | |
npm WARN package.json [email protected] No description | |
npm WARN package.json [email protected] 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