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

@@ -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/",