Skip to content

Commit

Permalink
sh
Browse files Browse the repository at this point in the history
  • Loading branch information
liangwang committed Apr 15, 2024
1 parent 23599b5 commit 367aa3a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
#!/bin/bash

# find . -name 'node_modules' -type d -prune -print -exec rm -rf '{}' +

# 编译要求要有tag
git tag -d selfbuildtest1
git tag selfbuildtest1

yarn install
yarn run build
Expand Down
3 changes: 2 additions & 1 deletion start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@


#yarn
yarn start
#yarn start
yarn start:sftptab

0 comments on commit 367aa3a

Please sign in to comment.