Skip to content

Commit 65f833d

Browse files
committed
Workspace lint/clean runs on bux
1 parent 564c6e2 commit 65f833d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

util/bux/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@
2626
"prepack": "npm run build:clean",
2727
"test": "jest",
2828
"test:watch": "npm test -- --watch",
29+
"workspace:clean": "npm run clean",
30+
"workspace:lint": "npm run lint",
31+
"workspace:lint:fix": "npm run lint:fix",
2932
"workspace:test:all": "npm run build:clean && npm test"
3033
},
3134
"dependencies": {

0 commit comments

Comments
 (0)