Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

npm:cmd --cmd="ng build" throwing error #18

Open
knvpk opened this issue Dec 13, 2016 · 0 comments
Open

npm:cmd --cmd="ng build" throwing error #18

knvpk opened this issue Dec 13, 2016 · 0 comments

Comments

@knvpk
Copy link

knvpk commented Dec 13, 2016

Im working with angular2 , so i need to build the src files (ng-build) and then want to copy the dist folder to server. for that im using shipit-deploy and shipit-npm and my configuration is

   shipit.on('fetched', function () {
        console.log("Started bundling for production . . .");
        shipit.start('npm:cmd --cmd="ng build"');
        console.log("Bundling finished.");
    });

this config is throwing error as

Started bundling for production . . .
Task 'npm:cmd --cmd="ng build"' is not in your shipitfile

Im just now started using the shipit js. please help on this config

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant