Fix serve NPM script

This commit is contained in:
Nikita Karamov 2021-08-29 13:13:27 +02:00
parent 555ac47080
commit a770909df8
No known key found for this signature in database
GPG key ID: 7FCADEDBB1AEBE44

View file

@ -13,7 +13,7 @@
"scripts": { "scripts": {
"build": "gulp", "build": "gulp",
"dev": "gulp watch", "dev": "gulp watch",
"serve": "sirv dist/ --dev" "serve": "sirv ./public --dev"
}, },
"devDependencies": { "devDependencies": {
"autoprefixer": "^10.2.4", "autoprefixer": "^10.2.4",