Skip to content

Commit

Permalink
Install engine dependencies in AppVeyor
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewp committed Feb 23, 2016
1 parent 3c014ff commit c43d8f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ install:
- ps: Install-Product node $env:nodejs_version
# install modules
- npm install
- npm run engine-deps

# Post-install test scripts.
test_script:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"release:patch": "npm version patch && npm publish",
"release:minor": "npm version minor && npm publish",
"release:major": "npm version major && npm publish",
"install-engine-dependencies": "install-engine-dependencies"
"engine-deps": "install-engine-dependencies"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit c43d8f6

Please sign in to comment.