Skip to content

Commit c45f8e8

Browse files
committed
ci(package.json): add back lint script
1 parent 7e2a120 commit c45f8e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"scripts": {
3030
"prepublish": "mastarm prepublish lib:build",
3131
"cover": "npm test -- --coverage",
32-
"build": "webpack",
32+
"lint": "mastarm lint lib",
3333
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
3434
"start": "start-storybook -p 5555"
3535
},

0 commit comments

Comments
 (0)