bytemate / rush-plugins

The monorepo of Rush plugin created by ByteDance.
MIT License
44 stars 17 forks source link

Fix/template load run twice #67

Closed nanaSun closed 1 year ago

nanaSun commented 1 year ago

Basic Checks

Have you run rush change for this change?

If No, please run rush change before, this is necessary.

If adding a new feature, the PR's description includes:

Does this PR introduce a breaking change? (check one)

If yes, please describe the impact and migration path for existing applications:

Summary

template plugins will run twice because of load template twice when use predefined template answer

Detail

How to test it