Add example run package.json script

This commit is contained in:
Djordje Lukic 2020-06-09 16:44:59 +02:00
Родитель b524263aed
Коммит 632b6d16a1
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -16,7 +16,8 @@
"test": "jest",
"test:watch": "jest --watch",
"lint": "eslint src --ext .ts",
"download-protos": "ts-node -O '{\"module\": \"CommonJS\"}' scripts/download-protos.ts"
"download-protos": "ts-node -O '{\"module\": \"CommonJS\"}' scripts/download-protos.ts",
"example": "ts-node -O '{\"module\": \"CommonJS\"}'"
},
"prettier": {
"printWidth": 80,