We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ff8f85 commit 015ebc8Copy full SHA for 015ebc8
2 files changed
.appveyor.yml
@@ -17,5 +17,5 @@ build_script:
17
- node --version
18
- npm --version
19
# run tests
20
- - npm run dist
+ - npm run dist:ci
21
package.json
@@ -25,7 +25,8 @@
25
"rm:modules": "rimraf node_modules",
26
"install:all": "npm i",
27
"upload:windows": "putasset -u cloudcmd -r electron -t v`version` -f cloudcmd-v`version`-win32-x64.zip",
28
- "dist": "redrun rm:* install:* rebuild:* pack:* mv:* zip:* upload:*",
+ "dist": "redrun rm:* install:* pack:* mv:* zip:* upload:*",
29
+ "dist:ci": "redrun rebuild:* pack:* mv:* zip:* upload:*",
30
"wisdom:done": "npm run dist",
31
"rebuild:electron" : "electron-rebuild -f -w node-pty"
32
},
0 commit comments