Skip to content

Commit 05a2738

Browse files
committed
add dev:runtime script
1 parent a3314c8 commit 05a2738

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
],
1212
"scripts": {
1313
"dev": "TARGET=web-standalone-dev rollup -w -c build/config.js",
14+
"dev:runtime": "TARGET=web-runtime-dev rollup -w -c build/config.js",
1415
"dev:test": "karma start build/karma.dev.config.js",
1516
"dev:ssr": "TARGET=web-server-renderer rollup -w -c build/config.js",
1617
"dev:compiler": "TARGET=web-compiler rollup -w -c build/config.js",

0 commit comments

Comments
 (0)