Skip to content

Commit ba34eaa

Browse files
committed
open window on npm run serve
1 parent 00bebaf commit ba34eaa

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ node_modules
22
npm-debug.log*
33
demo/main.css
44
*/.DS_Store
5+
.idea/

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"autoprefixer": "postcss -u autoprefixer --autoprefixer.browsers 'last 2 versions, ie 9-11' -r demo/main.css",
1010
"build": "npm run sass && npm run autoprefixer",
1111
"start": "npm run build && onchange '*/**/*.scss' -- npm run build",
12-
"serve": "http-server demo",
12+
"serve": "http-server demo -o",
1313
"test": "npm run lint",
1414
"deploy": "npm run lint && npm run build && gh-pages -d demo"
1515
},

0 commit comments

Comments
 (0)