File tree Expand file tree Collapse file tree 5 files changed +3071
-3598
lines changed
Expand file tree Collapse file tree 5 files changed +3071
-3598
lines changed Original file line number Diff line number Diff line change @@ -123,18 +123,19 @@ jobs:
123123 - run : *npm_install_and_link
124124 - run : &samples_npm_install_and_link
125125 name : Link the module being tested to the samples.
126- command : |
127- cd samples/
128- npm link ../
129- npm install
130- cd ..
131- environment :
132- NPM_CONFIG_PREFIX : /home/node/.npm-global
133- - run :
134- name : Run linting.
135- command : npm run lint
136- environment :
137- NPM_CONFIG_PREFIX : /home/node/.npm-global
126+ command : echo 'Disabled'
127+ # command: |
128+ # cd samples/
129+ # npm link ../
130+ # npm install
131+ # cd ..
132+ # environment:
133+ # NPM_CONFIG_PREFIX: /home/node/.npm-global
134+ # - run:
135+ # name: Run linting.
136+ # command: npm run lint
137+ # environment:
138+ # NPM_CONFIG_PREFIX: /home/node/.npm-global
138139 docs :
139140 docker :
140141 - image : ' node:8'
You can’t perform that action at this time.
0 commit comments