Skip to content

Commit 8a45275

Browse files
committed
better dev ux in working locally
1 parent 96fc7fd commit 8a45275

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,7 @@
218218
"format": "prettier --write 'system/**/*.php' '*.{html,js,php,yml}'",
219219
"build": "polymer build && yarn run terser",
220220
"terser": "gulp",
221-
"dev": "polymer serve --open --entrypoint dev.html"
221+
"start": "yarn run dev",
222+
"dev": "polymer serve --open --entrypoint dev.html --allow-origin --open-path=/"
222223
}
223224
}

0 commit comments

Comments
 (0)