mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
chore: exec post install for travis again
This commit is contained in:
parent
86008d6114
commit
c068d1622d
3 changed files with 3 additions and 3 deletions
|
|
@ -55,7 +55,7 @@ script:
|
|||
echo '____RUNNING DOCKER____'
|
||||
bash ${TRAVIS_BUILD_DIR}/build/docker/run-linux-win.sh ${PUB}
|
||||
else
|
||||
NOYARNPOSTINSTALL=1 yarn install && yarn add 7zip-bin-mac
|
||||
yarn install && yarn add 7zip-bin-mac
|
||||
yarn run buildAllElectron
|
||||
travis_wait 30 yarn dist:mac:dl -p $PUB
|
||||
fi
|
||||
|
|
|
|||
|
|
@ -19,4 +19,4 @@ docker run $ENVS --rm \
|
|||
-v ~/.cache/electron:/root/.cache/electron \
|
||||
-v ~/.cache/electron-builder:/root/.cache/electron-builder \
|
||||
$(docker image build -q .) \
|
||||
/bin/bash -c "echo '____DOCKER_INNER_START____' && echo $PUB && node -v && npm -v && yarn -v && ls -l && NOYARNPOSTINSTALL=1 yarn --link-duplicates --pure-lockfile && yarn run dist:linuxAndWin -p ${PUB} && ls -l ./dist"
|
||||
/bin/bash -c "echo '____DOCKER_INNER_START____' && echo $PUB && node -v && npm -v && yarn -v && ls -l && yarn --link-duplicates --pure-lockfile && yarn run dist:linuxAndWin -p ${PUB} && ls -l ./dist"
|
||||
|
|
|
|||
|
|
@ -59,7 +59,7 @@
|
|||
"int:watch": "node ./tools/extract-i18n-watch.js",
|
||||
"int:find": "ngx-translate-extract --input ./src --output ./src/assets/i18n/*.json --sort --format namespaced-json --marker _",
|
||||
"int:clean": "ngx-translate-extract --input ./src --output ./src/assets/i18n/*.json --clean --sort --format namespaced-json --marker _",
|
||||
"postinstall": " test -n \"$NOYARNPOSTINSTALL\" || ngcc"
|
||||
"postinstall": " ngcc"
|
||||
},
|
||||
"browserslist": [
|
||||
"last 1 version",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue