Skip to content

Commit 941477b

Browse files
committed
Build only for Windows on Appveyor
1 parent abc2bb8 commit 941477b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ install:
1515
- npm install
1616

1717
build_script:
18-
- npm run build
18+
- npm run build:win
1919

2020
test: off

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
"clean" : "rimraf dist",
3434
"build" : "npm run clean && build --win --mac --linux",
3535
"build:mac" : "npm run clean && build --mac",
36+
"build:win" : "npm run clean && build --win",
3637
"release" : "npm run clean && build --win --mac --linux -p always"
3738
},
3839
"dependencies": {

0 commit comments

Comments
 (0)