There was an error while loading. Please reload this page.
1 parent 77fd87e commit e89977fCopy full SHA for e89977f
package.json
@@ -69,7 +69,8 @@
69
"test": "npm run lint && npm run build && npm run check-format && npm run coverage",
70
"coveralls": "istanbul cover -x 'apis/**' _mocha --report lcovonly -- --reporter spec --timeout 4000 && cat coverage/lcov.info | coveralls",
71
"build": "tsc",
72
- "clean": "rm -rf lib test types"
+ "clean": "rm -rf lib test types",
73
+ "prepare": "npm run build"
74
},
75
"license": "Apache-2.0"
76
}
0 commit comments