Comparing version 1.3.2 to 1.3.3
@@ -321,3 +321,4 @@ #!/usr/bin/env node --harmony | ||
var finalStep = 'gulp' | ||
if (answers.type == 'Fieldtype') { | ||
if (answers.type == 'Fieldtype' || answers.type == 'quickstart') { | ||
finalStep = 'npm run dev' | ||
@@ -324,0 +325,0 @@ } |
{ | ||
"name": "storyblok", | ||
"version": "1.3.2", | ||
"version": "1.3.3", | ||
"description": "A simple CLI for scaffolding storyblok projects and fieldtypes", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
26785