Add http-server npm task

This commit is contained in:
Roman Hotsiy 2017-11-22 13:03:31 +02:00
parent 37b6dff94b
commit ce1f014f62
No known key found for this signature in database
GPG Key ID: 5CB7B3ACABA57CB0

View File

@ -20,7 +20,8 @@
"bundle:lib": "webpack --env.lib",
"bundle": "npm run bundle:clean && npm run bundle:lib && npm run bundle:standalone",
"stats": "webpack -p --env.lib --env.standalone --env.prod --json --profile > stats.json",
"prettier": "prettier --write \"src/**/*.{ts,tsx}\""
"prettier": "prettier --write \"src/**/*.{ts,tsx}\"",
"http-server": "http-server ."
},
"author": "",
"license": "MIT",