Makefile - update deprecated
Change-Id: I60926c177deed99f224b804d5c4888574aa8d03a
This commit is contained in:
5
Makefile
5
Makefile
@@ -76,8 +76,9 @@ package: install
|
|||||||
rm -rf $(ROOT_DIR)/skyline_console/static
|
rm -rf $(ROOT_DIR)/skyline_console/static
|
||||||
yarn run build
|
yarn run build
|
||||||
echo `git rev-parse --verify HEAD` > $(ROOT_DIR)/skyline_console/static/commit_id.txt
|
echo `git rev-parse --verify HEAD` > $(ROOT_DIR)/skyline_console/static/commit_id.txt
|
||||||
python3 setup.py sdist
|
python3 -m pip install sdist
|
||||||
python3 setup.py bdist_wheel
|
python3 -m pip install build
|
||||||
|
python3 -m build
|
||||||
|
|
||||||
|
|
||||||
.PHONY: fmt
|
.PHONY: fmt
|
||||||
|
Reference in New Issue
Block a user