@rebel-framework/stack
Advanced tools
Comparing version 0.3.6 to 0.3.7
{ | ||
"name": "@rebel-framework/stack", | ||
"version": "0.3.6", | ||
"version": "0.3.7", | ||
"private": false, | ||
@@ -21,4 +21,4 @@ "description": "Rebel Framework's CDK abstraction layer", | ||
"scripts": { | ||
"build": "tsc && babel src --root-mode upward --out-dir build --extensions '.ts'", | ||
"watch": "tsc && babel src --root-mode upward --out-dir build --extensions '.ts' --watch", | ||
"build": "tsc && babel src --root-mode upward --out-dir build --extensions '.ts' --ignore '**/**/*.test.ts'", | ||
"watch": "tsc && babel src --root-mode upward --out-dir build --extensions '.ts' --ignore '**/**/*.test.ts' --watch", | ||
"test": "jest --passWithNoTests --runInBand", | ||
@@ -25,0 +25,0 @@ "coverage": "jest --coverage --passWithNoTests --runInBand", |
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
49033