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

CLI foundations #77

Merged
merged 16 commits into from
Jul 25, 2018
Merged

CLI foundations #77

merged 16 commits into from
Jul 25, 2018

Conversation

iostat
Copy link
Member

@iostat iostat commented Jun 5, 2018

npm i -g ;)

@iostat iostat requested review from martyall and kejace June 5, 2018 16:55
.travis.yml Outdated
@@ -4,7 +4,9 @@ dist: trusty
sudo: required
node_js: stable
install:
- npm install
- bower install --production
- npm install -g bower pulp [email protected]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

npm i will install this libs too so there should be no need for this.
also in travis, binaries of all installed npm libs is available in PATH

package.json Outdated
@@ -4,6 +4,7 @@
"description": "",
"main": "index.js",
"scripts": {
"preinstall": "bower install --production && pulp build -t chanterelle.js",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you need postinstall

@iostat
Copy link
Member Author

iostat commented Jun 5, 2018 via email

@martyall
Copy link
Contributor

is this done?

@martyall martyall merged commit 7acc397 into master Jul 25, 2018
@martyall martyall deleted the cli branch August 13, 2018 14:05
@martyall martyall mentioned this pull request Sep 12, 2018
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

Successfully merging this pull request may close these issues.

4 participants