Skip to content

Commit ad76f76

Browse files
committed
Add note about build step
Changing these files and forgetting about the filesAfter.txt and filesBefore.txt is a big risk for firsttimers. The note is a pretty easy ensurance to add, so that people remember that part.
1 parent 2bbe89f commit ad76f76

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

templates/PSFProject/þnameþ/internal/scripts/postimport.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Add all things you want to run after importing the main code
2+
# If you add entries to this file, you aslo need to edit the .\build\filesAfter.txt
23

34
# Load Configurations
45
foreach ($file in (Get-ChildItem "$ModuleRoot\internal\configurations\*.ps1" -ErrorAction Ignore)) {
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
# Add all things you want to run before importing the main code
1+
# Add all things you want to run before importing the main code
2+
# If you add entries to this file, you also need to edit the .\build\filesBefore.txt

0 commit comments

Comments
 (0)