We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 564c6e2 commit 65f833dCopy full SHA for 65f833d
1 file changed
util/bux/package.json
@@ -26,6 +26,9 @@
26
"prepack": "npm run build:clean",
27
"test": "jest",
28
"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",
32
"workspace:test:all": "npm run build:clean && npm test"
33
},
34
"dependencies": {
0 commit comments