Skip to content
This repository has been archived by the owner on Sep 19, 2022. It is now read-only.

Commit

Permalink
Disable source maps in release
Browse files Browse the repository at this point in the history
  • Loading branch information
FeodorFitsner committed Nov 28, 2020
1 parent 188f4cb commit 8b1fc77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ for:
- nvm use 12
- cd client
- yarn
- yarn build
- GENERATE_SOURCEMAP=false yarn build
- ls -alR build
- cd ..
- go get -u github.com/jteeuwen/go-bindata/...
Expand Down

0 comments on commit 8b1fc77

Please sign in to comment.