Skip to content

Commit f357e21

Browse files
chore: add test script to package.json
1 parent 0d5dd50 commit f357e21

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"demo": "cd ../../ && MM_CONFIG_FILE=modules/MMM-CalendarExtMiniMonth/demo.config.js node --run start:dev",
99
"lint": "eslint && prettier . --check",
1010
"lint:fix": "eslint --fix && prettier . --write",
11-
"release": "commit-and-tag-version --config ./changelog.config.js"
11+
"release": "commit-and-tag-version --config ./changelog.config.js",
12+
"test": "node --run lint"
1213
},
1314
"repository": {
1415
"type": "git",

0 commit comments

Comments
 (0)