Skip to content

Commit

Permalink
Merge pull request #601 from hisptz/hotfix/v1.0.0-rc.4
Browse files Browse the repository at this point in the history
Version 1.0.0.rc.4
  • Loading branch information
nnkogift authored Apr 22, 2022
2 parents 59d3109 + 4973425 commit 145e740
Show file tree
Hide file tree
Showing 4 changed files with 22,766 additions and 87 deletions.
11 changes: 11 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#! /usr/bin/bash
# Get app version from package.json
APP_VERSION=$(node -p "require('./package.json').version")


# Build the app
ng build --configuration production --aot

# Bundle the app
cd dist/action-tracker
zip -r -D action-tracker-$APP_VERSION.zip .
Loading

0 comments on commit 145e740

Please sign in to comment.