Skip to content

Commit

Permalink
[yarn-to-npm][xs]: fixed yarn command to npm as it is what we are usi…
Browse files Browse the repository at this point in the history
…ng in travis - refs datahubio/datahub-v2-pm#107
  • Loading branch information
anuveyatsu committed Jan 30, 2018
1 parent cc1b213 commit e0ba0c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"lint": "xo --quiet",
"data": "node bin/data.js",
"gzip": "ls packed/data* | xargs gzip -k",
"pack": "pkg bin/data.js -c package.json -o packed/data --options no-warnings && yarn run gzip",
"pack": "pkg bin/data.js -c package.json -o packed/data --options no-warnings && npm run gzip",
"precommit": "npm run lint && npm run build"
},
"xo": {
Expand Down

0 comments on commit e0ba0c3

Please sign in to comment.