breaking: implement workflow hooks (first iteration) (#8346)

This commit is contained in:
Harminder Virk
2024-07-31 15:36:38 +05:30
committed by GitHub
parent 6ccf83128c
commit 864bb0df05
157 changed files with 1161 additions and 838 deletions
+1 -1
View File
@@ -39,6 +39,6 @@
"build": "rimraf dist && tsc --build",
"watch": "tsc --build --watch",
"test": "jest --runInBand --bail --forceExit",
"test:run": "../../../node_modules/.bin/ts-node ./src/utils/_playground.ts"
"test:run": "node ./dist/utils/_playground.js"
}
}