We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abc2bb8 commit 941477bCopy full SHA for 941477b
appveyor.yml
@@ -15,6 +15,6 @@ install:
15
- npm install
16
17
build_script:
18
- - npm run build
+ - npm run build:win
19
20
test: off
package.json
@@ -33,6 +33,7 @@
33
"clean" : "rimraf dist",
34
"build" : "npm run clean && build --win --mac --linux",
35
"build:mac" : "npm run clean && build --mac",
36
+ "build:win" : "npm run clean && build --win",
37
"release" : "npm run clean && build --win --mac --linux -p always"
38
},
39
"dependencies": {
0 commit comments