Skip to content
This repository has been archived by the owner on Jun 5, 2021. It is now read-only.

Commit

Permalink
upadte release script
Browse files Browse the repository at this point in the history
  • Loading branch information
zekroTJA committed Sep 17, 2019
1 parent 432311a commit f3c396c
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 39 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,6 @@ yarn-error.log*
*.sln
*.sw?

vendor/*
vendor/*

release/
10 changes: 6 additions & 4 deletions scripts/release.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/bin/bash

# OSES=(
# "linux"
# "windows"
# "darwin"
# "linux"
# "windows"
# "darwin"
# "freebsd"
# )

Expand Down Expand Up @@ -47,7 +47,9 @@ function build {
mkdir ./release
}

cp -r ./web/* ./_release/web
make fe

mv ./web/dist ./_release/web

make deps

Expand Down
47 changes: 13 additions & 34 deletions web/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f3c396c

Please sign in to comment.