This website works better with JavaScript.
Home
Help
Sign In
inhji
/
dagon
Watch
1
Star
0
Fork
0
Code
Issues
4
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
dont remove _build dir before build
master
Inhji Y.
1 year ago
parent
34e2f05fc6
commit
e94a008362
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
build.sh
+ 1
- 1
build.sh
View File
@@ -10,5 +10,5 @@ npm install --prefix ./assets
npm run deploy --prefix ./assets
mix phx.digest
rm -rf "_build"
#
rm -rf "_build"
MIX_ENV=prod mix release
Write
Preview
Loading…
Cancel
Save