This commit is contained in:
Rob DeLine 2018-10-08 22:01:17 +00:00
Родитель 2c2a2956f9
Коммит 35b4e5c18e
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -13,8 +13,9 @@ steps:
displayName: 'Install Node.js'
- script: |
npm i -g typescript
npm install
npm run build_parser
npm run build
npm run build_parser
npx webpack --config webpack.config.js
displayName: 'npm install, run webpack'