Add linting, attempt to suppress package.lock message on Windows.

This commit is contained in:
David Anson 2019-05-31 21:59:51 -07:00
parent 3abcc57b25
commit 1fe04990a9

View file

@ -41,6 +41,7 @@ steps:
displayName: 'Install Node.js' displayName: 'Install Node.js'
- script: | - script: |
npm install npm install --no-package-lock
npm test npm test
npm run lint
displayName: 'npm install and test' displayName: 'npm install and test'