You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now after this projct is created and installed, it requires additional nodejs dependencies which can only be installed via npm command. e.g npm install sax and before installation via npm the contents of a folder should have clean git history
This could be achieved by using the tasks section by using fixed keywords for depends_on. For example, pre-install and post-install
yes caching works partly as you have mentioned and also these tasks should be run manually. When they are dependent on the inbuilt commands then pixi takes care of that by itself automatically.
Problem description
Pre/Post install scripts to run
When creating an environment i would like to be able to execute some tasks pre and post install (
pixi install
) .For example, consider the following project
Now after this projct is created and installed, it requires additional nodejs dependencies which can only be installed via
npm
command. e.gnpm install sax
and before installation via npm the contents of a folder should have clean git historyThis could be achieved by using the
tasks
section by using fixed keywords fordepends_on
. For example,pre-install
andpost-install
The same will also work when the tasks are defined on a feature level
The text was updated successfully, but these errors were encountered: