Skip to content

Commit

Permalink
ui: do not use pushd bashism
Browse files Browse the repository at this point in the history
  • Loading branch information
lebauce committed Feb 26, 2021
1 parent 8c6d7a6 commit 33b6676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .mk/ui.mk
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ UI_V2_DIRS := \

.PHONY: .ui_v2
.ui_v2:
pushd statics/ui_v2 && npm install && npm run prepare && popd
cd statics/ui_v2 && npm install && npm run prepare && cd -

0 comments on commit 33b6676

Please sign in to comment.