Commit e539bb99 authored by nanahira's avatar nanahira

fix script

parent a42530be
...@@ -6,5 +6,5 @@ if [[ -z "$CI_COMMIT_TAG" ]]; then ...@@ -6,5 +6,5 @@ if [[ -z "$CI_COMMIT_TAG" ]]; then
export TRAVIS_BRANCH="_no_notarize" export TRAVIS_BRANCH="_no_notarize"
fi fi
npm ci npm ci -f
npm run dist npm run dist
...@@ -37,7 +37,7 @@ windows: ...@@ -37,7 +37,7 @@ windows:
CSC_LINK: $WINDOWS_CSC_LINK CSC_LINK: $WINDOWS_CSC_LINK
script: script:
- bash -c 'rm -rf C:\Windows\Temp\electron-builder-cache' - bash -c 'rm -rf C:\Windows\Temp\electron-builder-cache'
- npm ci - npm ci -f
- npm run dist:windows - npm run dist:windows
#- dir dist #- dir dist
artifacts: artifacts:
...@@ -50,7 +50,7 @@ linux: ...@@ -50,7 +50,7 @@ linux:
- linux - linux
script: script:
- apt update ; apt -y install python3 build-essential git - apt update ; apt -y install python3 build-essential git
- npm ci - npm ci -f
- npm run dist - npm run dist
#- ls -la dist #- ls -la dist
artifacts: artifacts:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment