@sprucelabs/esm-postbuild
Advanced tools
Comparing version 1.0.9 to 1.0.10
{ | ||
"name": "@sprucelabs/esm-postbuild", | ||
"version": "1.0.9", | ||
"version": "1.0.10", | ||
"description": "Script to do thins after build of esm modules", | ||
@@ -20,4 +20,6 @@ "main": "build/esm-postbuild.js", | ||
"build.tsc": "yarn build.copy-files && tsc", | ||
"clean": "rm -rf build/", | ||
"clean.all": "rm -rf node_modules/ yarn.lock ; yarn clean", | ||
"clean": "yarn clean.build", | ||
"clean.all": "yarn clean.dependencies && yarn clean.build", | ||
"clean.build": "rm -rf build/", | ||
"clean.dependencies": "rm -rf node_modules/ package-lock.json yarn.lock", | ||
"esm-postbuild": "esm-postbuild", | ||
@@ -27,2 +29,3 @@ "fix.lint": "eslint --fix '**/*.ts'", | ||
"rebuild": "yarn clean.all && yarn && yarn build.dev", | ||
"rebuild.dependencies": "yarn clean.dependencies && yarn", | ||
"release": "semantic-release", | ||
@@ -29,0 +32,0 @@ "test": "jest", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6962