@hubspot/local-dev-lib
Advanced tools
Comparing version 0.0.4 to 0.0.5
{ | ||
"name": "@hubspot/local-dev-lib", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "Provides library functionality for HubSpot local development tooling, including the HubSpot CLI", | ||
@@ -15,4 +15,5 @@ "main": "dist/index.js", | ||
"scripts": { | ||
"build": "tsc --rootDir . --outdir dist", | ||
"build": "tsc --rootDir . --outdir dist && yarn copy-files", | ||
"check-main": "branch=$(git rev-parse --abbrev-ref HEAD) && [ $branch = main ] || (echo 'Error: New release can only be published on main branch' && exit 1)", | ||
"copy-files": "cp -r lang dist/lang", | ||
"lint": "eslint --max-warnings=0 . && prettier --check ./**/*.ts", | ||
@@ -19,0 +20,0 @@ "local-dev": "yarn build && cd dist && yarn link && cd .. && tsc --watch --rootDir . --outdir dist", |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
112505
89
1