Fix minor packaging issues in automation lib

This commit is contained in:
Jason Ginchereau 2019-11-04 12:03:51 -08:00
parent 6d9a9494f4
commit dd90a90a60
4 changed files with 8 additions and 2 deletions

View file

@ -5,3 +5,4 @@ node_modules/
out/
keybindings.*.json
src/driver.d.ts
*.tgz

View file

@ -0,0 +1,6 @@
!/out
/src
/tools
.gitignore
tsconfig.json
*.tgz

View file

@ -9,7 +9,6 @@
"main": "./out/index.js",
"private": true,
"scripts": {
"postinstall": "npm run compile",
"compile": "npm run copy-driver && npm run copy-driver-definition && tsc",
"watch": "concurrently \"npm run watch-driver\" \"npm run watch-driver-definition\" \"tsc --watch\"",
"copy-driver": "cpx src/driver.js out/",

View file

@ -24,4 +24,4 @@ export * from './statusbar';
export * from './terminal';
export * from './viewlet';
export * from './workbench';
export * from '../src/driver';
export * from './driver';