mirror of
https://github.com/vale981/tridactyl
synced 2025-03-04 17:11:40 -05:00
CI: Remove global install of nearley et al
This commit is contained in:
parent
352863d98d
commit
501ec4f6ca
1 changed files with 0 additions and 3 deletions
|
@ -70,9 +70,6 @@ install:
|
|||
|
||||
# Install NPM modules
|
||||
# - bash -e -l -c "cd /C/Tridactyl && npm install -g windows-build-tools"
|
||||
- bash -e -l -c "cd $APPVEYOR_BUILD_FOLDER && npm -g install marked"
|
||||
- bash -e -l -c "cd $APPVEYOR_BUILD_FOLDER && npm -g install typedoc"
|
||||
- bash -e -l -c "cd $APPVEYOR_BUILD_FOLDER && npm -g install nearley"
|
||||
- bash -e -l -c "cd $APPVEYOR_BUILD_FOLDER && npm install"
|
||||
|
||||
build_script:
|
||||
|
|
Loading…
Add table
Reference in a new issue