Skip to content

Commit 47c8f21

Browse files
committed
feat(package): add test scripts
1 parent b6af4f5 commit 47c8f21

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

template/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@
99
"lint": "eslint .",
1010
"dev": "gulp serve",
1111
"build": "gulp build",
12-
"test": "gulp test"
12+
"test": "gulp test",
13+
"test:server": "gulp test:server",
14+
"test:client": "gulp test:client"
1315
},
1416
"dependencies": {
1517
"compression": "^1.0.3",

0 commit comments

Comments
 (0)