This commit is contained in:
2021-03-10 10:30:44 +01:00
parent 521e2a4eb1
commit 47a462ca90
2 changed files with 19 additions and 1 deletions

View File

@ -12,4 +12,4 @@ dev-view:
build: build-view
build-view:
cd view && npm run build
cd view && npm i && npm run build