This commit is contained in:
Yangguang Li 2019-07-01 14:54:36 -07:00
Родитель 07fd72e47a
Коммит 9bf1330fcf
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -9,8 +9,8 @@
"scripts": {
"postinstall": "npm run deps && npm run build",
"deps": "pip install -t lib -r requirements.txt",
"lint": "gulp lint",
"build": "gulp",
"lint": "gulp fix-lint",
"watch": "gulp watch",
"deploy": "./scripts/deploy_site.sh",
"start": "./scripts/start_server.sh"