updated package.json script

This commit is contained in:
Atul R 2019-06-07 21:43:32 +02:00
parent 5987ef7eca
commit 7437be6226

View File

@ -15,8 +15,8 @@
"typescript": "^3.4.5"
},
"scripts": {
"build:addon": "node-gyp -j 8 build",
"rebuild:addon": "node-gyp -j 8 build",
"build:addon": "npm run automoc && node-gyp -j 8 build",
"rebuild:addon": "npm run automoc && node-gyp -j 8 build",
"build:lib": "rm -rf ./dist/ && tsc",
"dev": "yarn build:lib && qode dist/demo.js",
"automoc": "node ./scripts/automoc.js"