Skip to content

Commit

Permalink
依存ライブラリを更新
Browse files Browse the repository at this point in the history
  • Loading branch information
faithandbrave committed Nov 6, 2022
1 parent 612123a commit 9b8a7f3
Show file tree
Hide file tree
Showing 3 changed files with 1,049 additions and 4,170 deletions.
2 changes: 2 additions & 0 deletions docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ function show_help() {
echo "$0 install"
echo "$0 run dev"
echo "$0 run build"
echo "$0 audit-fix"
echo "$0 ci"
}

Expand All @@ -29,6 +30,7 @@ case "$1" in
"build" ) docker build -t kunai:0.0.0-alpine docker ;;
"install" ) docker run $DOCKER_RM -v `pwd`:/var/src $DOCKER_IT kunai:0.0.0-alpine npm install $NPM_OPTS ;;
"dist" ) docker run $DOCKER_RM -v `pwd`:/var/src $DOCKER_IT kunai:0.0.0-alpine npm run build ;;
"audit-fix" ) docker run $DOCKER_RM -v `pwd`:/var/src $DOCKER_IT kunai:0.0.0-alpine npm audit fix ;;
"run" )
if [ $# -lt 2 ]; then
show_help
Expand Down
Loading

0 comments on commit 9b8a7f3

Please sign in to comment.