feat(workflows): Workflow DX (#5607)

This commit is contained in:
Carlos R. L. Rodrigues
2023-11-22 17:23:39 +00:00
committed by GitHub
parent 2850e9a772
commit 9f9db39698
22 changed files with 2768 additions and 16 deletions

View File

@@ -5,7 +5,7 @@
"license": "MIT",
"private": true,
"scripts": {
"test:integration": "node --expose-gc ./../../node_modules/.bin/jest --silent=false --runInBand --bail --detectOpenHandles --logHeapUsage --clearMocks --no-compilation-cache --forceExit",
"test:integration": "node --expose-gc ./../../node_modules/.bin/jest --silent=false --runInBand --bail --detectOpenHandles --logHeapUsage --clearMocks --forceExit",
"build": "babel src -d dist --extensions \".ts,.js\""
},
"dependencies": {