Feat: added headless singleRun script in package.json and in build pipeline

This commit is contained in:
lorenzo 2020-03-16 12:34:23 +01:00
parent 35736e9af0
commit 8bc38a7afc
3 changed files with 38 additions and 35 deletions

View file

@ -22,6 +22,7 @@ jobs:
- run: npm install
- run: npm run pack
- run: npm run test:headless:singleRun
- run: cp README.md ./src/lib/dist/README.md
- uses: JS-DevTools/npm-publish@v1
with: