mirror of
https://github.com/danog/dart-sass.git
synced 2024-11-30 04:39:03 +01:00
Fix deploy scripts (#355)
Also add messages to make it clear which script is running in which Travis task.
This commit is contained in:
parent
048cbe197a
commit
6ee8db39a6
@ -3,7 +3,9 @@
|
||||
# license that can be found in the LICENSE file or at
|
||||
# https://opensource.org/licenses/MIT.
|
||||
|
||||
source tool/travis/util.sh
|
||||
echo 'Deploying to npm.'
|
||||
|
||||
source tool/travis/utils.sh
|
||||
|
||||
decrypt_credentials
|
||||
tar xfO credentials.tar npm > ~/.npmrc
|
||||
|
@ -3,7 +3,9 @@
|
||||
# license that can be found in the LICENSE file or at
|
||||
# https://opensource.org/licenses/MIT.
|
||||
|
||||
source tool/travis/util.sh
|
||||
echo 'Deploying to pub.'
|
||||
|
||||
source tool/travis/utils.sh
|
||||
|
||||
decrypt_credentials
|
||||
mkdir -p ~/.pub-cache
|
||||
|
Loading…
Reference in New Issue
Block a user