Skip to content

Commit b196a72

Browse files
committed
실행 스크립트 추가
1 parent f8c4117 commit b196a72

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
@@ -7,7 +7,8 @@
77
"scripts": {
88
"build": "npm run build -w package",
99
"watch": "npm run watch -w package",
10-
"dev": "npm run start -w test",
10+
"test": "npm run start -w test",
11+
"dev": "concurrently \"npm run watch\" \"npm run test\"",
1112
"link": "npm link -w package",
1213
"publish": "npm publish --access public -w package"
1314
},

0 commit comments

Comments
 (0)