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

feat: support INIT_CWD env #321

Merged
merged 2 commits into from Jan 13, 2020
Merged

feat: support INIT_CWD env #321

merged 2 commits into from Jan 13, 2020

Conversation

fengmk2
Copy link
Member

@fengmk2 fengmk2 commented Jan 13, 2020

closes cnpm/cnpm#317

"husky": "4.0.3"
},
"scripts": {
"postinstall": "node index.js"
Copy link
Contributor

@afc163 afc163 Jan 13, 2020

Choose a reason for hiding this comment

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

Suggested change
"postinstall": "node index.js"
"prestart": "echo $INIT_CWD",

@fengmk2 fengmk2 merged commit 2a61ab6 into master Jan 13, 2020
@fengmk2 fengmk2 deleted the support-INIT_CWD-env branch January 13, 2020 07:23
@fengmk2
Copy link
Member Author

fengmk2 commented Jan 13, 2020

4.6.0

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

Successfully merging this pull request may close these issues.

support $INIT_CWD when install
2 participants