Add missing package dependencies for atom-typescript package
This commit is contained in:
parent
4a1184eba5
commit
945732057d
|
@ -19,7 +19,7 @@ notifications:
|
|||
script: sh build-package.sh
|
||||
|
||||
env:
|
||||
- APM_TEST_PACKAGES="atom-typescript language-marko language-tss language-html-swig"
|
||||
- APM_TEST_PACKAGES="linter atom-typescript language-marko language-tss language-html-swig"
|
||||
|
||||
cache:
|
||||
- pip
|
||||
|
|
|
@ -103,6 +103,6 @@ install:
|
|||
build_script:
|
||||
- cd %APPVEYOR_BUILD_FOLDER%
|
||||
# Install languages to Atom
|
||||
- apm install atom-typescript language-marko language-tss language-html-swig
|
||||
- apm install linter atom-typescript language-marko language-tss language-html-swig
|
||||
# Run tests on package
|
||||
- apm test --one --path %LOCALAPPDATA%/atom/bin/atom.cmd
|
||||
|
|
|
@ -25,6 +25,8 @@ describe "BeautifyLanguages", ->
|
|||
]
|
||||
# All Atom packages that Atom Beautify is dependent on
|
||||
dependentPackages = [
|
||||
'autocomplete-plus'
|
||||
'linter'
|
||||
'atom-typescript'
|
||||
]
|
||||
# Add language packages to dependentPackages
|
||||
|
|
Loading…
Reference in New Issue