create-onlybuild-app
Advanced tools
Comparing version
# Changelog | ||
## [v1.1.2](https://github.com/neogeek/create-onlybuild-app/tree/v1.1.2) - (2024-05-16) | ||
[Full Changelog](https://github.com/neogeek/create-onlybuild-app/compare/v1.1.1...v1.1.2) | ||
- [hotfix] Fixed position of open flag on serve target. [#5](https://github.com/neogeek/create-onlybuild-app/pull/5) | ||
## [v1.1.1](https://github.com/neogeek/create-onlybuild-app/tree/v1.1.1) - (2024-05-10) | ||
@@ -4,0 +10,0 @@ |
@@ -196,5 +196,5 @@ #!/usr/bin/env -S node --no-warnings | ||
watch: combinedAnswers.watch | ||
? 'npx nodemon -e "*.*" --ignore ./build -x "npm run build"' | ||
? 'npx nodemon --ext "*.*" --ignore ./build -x "npm run build"' | ||
: undefined, | ||
serve: combinedAnswers.serve ? 'npx http-server -o build' : undefined | ||
serve: combinedAnswers.serve ? 'npx http-server ./build -o' : undefined | ||
}, | ||
@@ -201,0 +201,0 @@ private: true |
{ | ||
"name": "create-onlybuild-app", | ||
"description": "Setup an onlybuild app with a single command.", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"engines": { | ||
@@ -6,0 +6,0 @@ "node": ">=20.x" |
{ | ||
"name": "create-onlybuild-app", | ||
"description": "Setup an onlybuild app with a single command.", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"engines": { | ||
@@ -6,0 +6,0 @@ "node": ">=20.x" |
12235
2.54%