Remove path into npm script & update documentation
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@
|
||||
"main": "src/index.js",
|
||||
"scripts": {
|
||||
"build": "webpack",
|
||||
"start": "npm run build && node_modules/.bin/live-server --port=8000"
|
||||
"start": "npm run build && live-server --port=8000"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
Reference in New Issue
Block a user