Skip to content

Commit a99d1d5

Browse files
committed
add -p param.
1 parent ada4f10 commit a99d1d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"pack-mac": "gulp pack --platform=macOS",
1313
"pack-win": "gulp pack --platform=win64",
1414
"zip": "gulp zip",
15-
"make": "webpack && gulp pack && gulp zip"
15+
"make": "webpack -p && gulp pack && gulp zip"
1616
},
1717
"repository": {
1818
"type": "git",
@@ -44,4 +44,4 @@
4444
"webpack": "^2.2.1",
4545
"yargs": "^6.5.0"
4646
}
47-
}
47+
}

0 commit comments

Comments
 (0)