run tests with drone

This commit is contained in:
Daniel Hübleitner
2019-09-21 16:22:17 +02:00
parent 8dc8d286ea
commit 5e1fc7f258
2 changed files with 5 additions and 7 deletions
+5
View File
@@ -12,6 +12,11 @@ steps:
commands:
- npm run build
- name: npm run test
image: node:12
commands:
- npm run test
- name: npm publish
image: plugins/npm
settings:
-7
View File
@@ -1,7 +0,0 @@
import * as Back from './src/backend/RPCSocketServer';
import * as Front from './src/frontend/RPCSocket';
export {
Back as Backend,
Front as Frontend
}