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
There are some cases where ATP may want to add a post install script to themes. This is useful for running code that only needs to be run once, instead of running it every time a project starts. For example, seeding a content collection with content. ATP could have an API for injecting post install scripts into a theme package.
Currently, themes do not have to be authored as a package. Requiring a post install script for themes requires themes be authored as packages. That means any ATP themes not published to NPM would have to be authored inside a workspace.
The text was updated successfully, but these errors were encountered:
There are some cases where ATP may want to add a post install script to themes. This is useful for running code that only needs to be run once, instead of running it every time a project starts. For example, seeding a content collection with content. ATP could have an API for injecting post install scripts into a theme package.
Related: Modifying a user's
package.json
Things to consider:
The text was updated successfully, but these errors were encountered: