test e2e during workflow (#185)

This commit is contained in:
eric sciple 2020-02-13 12:38:56 -05:00 committed by GitHub
parent 78a4b2143b
commit 4944275b95
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 6297 additions and 22 deletions

View file

@ -5,12 +5,11 @@
"description": "Cache dependencies and build outputs",
"main": "dist/restore/index.js",
"scripts": {
"build": "tsc",
"build": "tsc && ncc build -o dist/restore src/restore.ts && ncc build -o dist/save src/save.ts",
"test": "tsc --noEmit && jest --coverage",
"lint": "eslint **/*.ts --cache",
"format": "prettier --write **/*.ts",
"format-check": "prettier --check **/*.ts",
"release": "ncc build -o dist/restore src/restore.ts && ncc build -o dist/save src/save.ts && git add -f dist/"
"format-check": "prettier --check **/*.ts"
},
"repository": {
"type": "git",