Skip to content

Commit e9ef495

Browse files
modifs-bat (#104)
1 parent 375297d commit e9ef495

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

clean.bat

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
@echo off
2+
call bundle exec jekyll clean

runServer.bat

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
@echo off
2-
npm install
3-
bundle install
4-
bundle exec jekyll serve --incremental --trace --livereload --open-url --drafts
2+
call npm install
3+
call bundle install
4+
call bundle exec jekyll serve --incremental --trace --livereload --open-url --drafts

0 commit comments

Comments
 (0)