curved-pharmacist-41509
06/22/2020, 12:36 AMtsc -b
?little-cartoon-10569
06/22/2020, 2:18 AMcompile
property of your package.json script
block then npm run compile
. This is the section from my package.json:
json
"scripts": {
"compile": "tsc",
"lint": "node_modules/tslint/bin/tslint --project tsconfig.json",
"prepare": "npm run compile",
"test": "node --trace-warnings --unhandled-rejections=strict node_modules/mocha/bin/_mocha --config test/mocha/.mocharc.json"
},
curved-pharmacist-41509
06/22/2020, 2:56 AMpulumi up
etclittle-cartoon-10569
06/22/2020, 4:35 AM