Add prepare script to package.json

pull/83942/head
Jason Ginchereau 2019-11-06 16:25:48 -08:00
parent 918ea9cded
commit 55e06a7080
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@
"main": "./out/index.js",
"private": true,
"scripts": {
"prepare": "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/",