Skip to content

Commit d832ed3

Browse files
Merge pull request #61 from Splaxi/add-note-about-build
Add note about build step
2 parents 885be9c + ad76f76 commit d832ed3

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)