@sprucelabs/esm-postbuild
Advanced tools
Comparing version 1.0.27 to 1.0.28
@@ -95,2 +95,1 @@ #!/usr/bin/env node | ||
exports.processesByGlob = processesByGlob; | ||
//# sourceMappingURL=esm-postbuild.js.map |
{ | ||
"name": "@sprucelabs/esm-postbuild", | ||
"version": "1.0.27", | ||
"version": "1.0.28", | ||
"description": "Script to do thins after build of esm modules", | ||
@@ -18,3 +18,3 @@ "main": "build/esm-postbuild.js", | ||
"build.ci": "npm run build.tsc", | ||
"build.dev": "npm run clean && npm run build.tsc", | ||
"build.dev": "npm run clean && npm run build.tsc --sourceMap", | ||
"build.tsc": "yarn build.copy-files && tsc", | ||
@@ -35,3 +35,3 @@ "clean": "yarn clean.build", | ||
"upgrade.packages.test": "yarn upgrade.packages.all && yarn lint && yarn build && yarn test", | ||
"watch.build": "yarn build.tsc -w", | ||
"watch.build": "yarn build.tsc -w --sourceMap", | ||
"watch.lint": "chokidar 'src/**/*' '../spruce-templates/src/**' -c 'yarn lint.tsc'" | ||
@@ -38,0 +38,0 @@ }, |
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
6957