Index.ts reflects .action(actionhandler()) change

This commit is contained in:
Jose Balanza Martinez
2020-04-07 20:05:57 -05:00
108 changed files with 1270 additions and 388 deletions
+4 -2
View File
@@ -5,11 +5,13 @@
"node": ">=12.0.0"
},
"scripts": {
"start": "yarn build && yarn workspace example-app start",
"start": "yarn workspace example-app start",
"bundle": "yarn build && yarn workspace example-app bundle",
"build": "lerna run build",
"test": "yarn build && lerna run test --since origin/master -- --coverage",
"test:all": "yarn build && lerna run test -- --coverage",
"lint": "lerna run lint --since origin/master --",
"lint:all": "lerna run lint --",
"docker-build": "yarn bundle && docker build . -t spotify/backstage",
"create-plugin": "backstage-cli create-plugin",
"remove-plugin": "backstage-cli remove-plugin",
@@ -25,8 +27,8 @@
},
"version": "1.0.0",
"devDependencies": {
"@spotify/eslint-config-oss": "^1.0.1",
"cross-env": "^7.0.0",
"eslint-plugin-notice": "^0.8.9",
"husky": "^4.2.3",
"lerna": "^3.20.2",
"lint-staged": "^10.1.0",