1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Add test task to kube-object-event-status extension

Signed-off-by: Lauri Nevala <lauri.nevala@gmail.com>
This commit is contained in:
Lauri Nevala 2020-11-05 09:39:25 +02:00
parent 04610ec4c6
commit 60f58a9b0c
3 changed files with 6 additions and 2 deletions

View File

@ -3,3 +3,6 @@ install-deps:
build: install-deps build: install-deps
npm run build npm run build
test:
npm run test

View File

@ -1,5 +1,5 @@
{ {
"name": "event-resource-status", "name": "kube-object-event-status",
"version": "0.1.0", "version": "0.1.0",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,

View File

@ -9,7 +9,8 @@
}, },
"scripts": { "scripts": {
"build": "webpack --config webpack.config.js", "build": "webpack --config webpack.config.js",
"dev": "npm run build --watch" "dev": "npm run build --watch",
"test": "echo NO TESTS"
}, },
"dependencies": {}, "dependencies": {},
"devDependencies": { "devDependencies": {