breaking: implement workflow hooks (first iteration) (#8346)
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user