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 0b605f5e1e
commit b0d60d07c8
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: