Skip to content

Commit

Permalink
Don't skip building if cross-compiling
Browse files Browse the repository at this point in the history
  • Loading branch information
pimterry committed Jun 11, 2019
1 parent 429dd17 commit 552c45b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion skip.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
if (process.platform === 'win32') {
const platform = process.env.npm_config_platform || process.platform
if (platform === 'win32') {
process.exit(1)
}

0 comments on commit 552c45b

Please sign in to comment.