diff --git a/.drone.yml b/.drone.yml index 5f7726e..2e995b3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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: diff --git a/index.ts b/index.ts deleted file mode 100644 index d47b585..0000000 --- a/index.ts +++ /dev/null @@ -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 -} \ No newline at end of file