Skip to content

Commit

Permalink
fix webpack build
Browse files Browse the repository at this point in the history
  • Loading branch information
GolanLevy committed Feb 16, 2020
1 parent 4a8860a commit 1290360
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PR.bat
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ git branch -D %1
git fetch origin pull/%1/head:%1
git checkout %1
call npm install
call webpack
call npm run build
start "" "http://localhost:8080/"
npm run server

0 comments on commit 1290360

Please sign in to comment.