Skip to content

Commit 53471dc

Browse files
committed
add dev script
1 parent 7afc95b commit 53471dc

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
@@ -14,6 +14,7 @@
1414
],
1515
"scripts": {
1616
"build": "rollup -c --environment BUILD:production",
17+
"dev": "rollup -c -w --environment BUILD:production",
1718
"lint": "vue-cli-service lint"
1819
},
1920
"devDependencies": {

0 commit comments

Comments
 (0)