Add typecheck script.

pull/1/head
Atul Varma 2021-02-13 19:27:25 -05:00
rodzic 323eede18e
commit b441b10493
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -5,6 +5,7 @@
"main": "index.js",
"scripts": {
"deploy": "npm run build && gh-pages -d dist",
"typecheck": "tsc --noemit",
"build": "node build-vocabulary.js && rm -rf dist && parcel build index.html -d dist --public-url .",
"watch": "node build-vocabulary.js && parcel index.html -d dist-watch"
},