Skip to content

Commit e68dbe0

Browse files
committed
added npm script
1 parent effa56d commit e68dbe0

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
@@ -100,7 +100,8 @@
100100
"release_docs": "./release_docs.sh",
101101
"gulp": "gulp",
102102
"prettier": "prettier --write '{src,integration}/{**/*,*}.js' && npm run lint:fix",
103-
"cross-env": "cross-env"
103+
"cross-env": "cross-env",
104+
"madge:circular": "node_modules/.bin/madge ./src --circular"
104105
},
105106
"husky": {
106107
"hooks": {

0 commit comments

Comments
 (0)