Add prepare script to package.json
parent
918ea9cded
commit
55e06a7080
|
@ -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/",
|
||||
|
|
Loading…
Reference in New Issue