e2e-test: port to typscript
This commit is contained in:
@@ -13,9 +13,9 @@
|
||||
"backstage"
|
||||
],
|
||||
"license": "Apache-2.0",
|
||||
"main": "src/index.js",
|
||||
"main": "src/index.ts",
|
||||
"scripts": {
|
||||
"start": "ts-node .",
|
||||
"start": "yarn ts-node --transpile-only --compiler-options '{\"module\":\"CommonJS\"}' .",
|
||||
"lint": "backstage-cli lint",
|
||||
"test": "backstage-cli test",
|
||||
"test:e2e": "yarn start"
|
||||
|
||||
Reference in New Issue
Block a user