add 'npm run build' script.

pull/1/head
Atul Varma 2021-02-03 20:06:35 -05:00
rodzic 65ad4aa96b
commit ac11ec8227
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -4,7 +4,8 @@
"description": "",
"main": "index.js",
"scripts": {
"watch": "parcel index.html"
"build": "node build-vocabulary.js && parcel build index.html --public-url .",
"watch": "node build-vocabulary.js && parcel index.html"
},
"author": "",
"license": "ISC",