Commit e539bb99 authored by nanahira's avatar nanahira

fix script

parent a42530be
......@@ -6,5 +6,5 @@ if [[ -z "$CI_COMMIT_TAG" ]]; then
export TRAVIS_BRANCH="_no_notarize"
fi
npm ci
npm ci -f
npm run dist
......@@ -37,7 +37,7 @@ windows:
CSC_LINK: $WINDOWS_CSC_LINK
script:
- bash -c 'rm -rf C:\Windows\Temp\electron-builder-cache'
- npm ci
- npm ci -f
- npm run dist:windows
#- dir dist
artifacts:
......@@ -50,7 +50,7 @@ linux:
- linux
script:
- apt update ; apt -y install python3 build-essential git
- npm ci
- npm ci -f
- npm run dist
#- ls -la dist
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