Skip to content

Commit

Permalink
Add telemetry options
Browse files Browse the repository at this point in the history
  • Loading branch information
omeraplak committed May 5, 2022
1 parent fdcf984 commit b20eace
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- run: |
npm install
npm test
SEGMENT_KEY="${{ secrets.SEGMENT_KEY }}" npm run build:cli
SEGMENT_KEY=${{ secrets.SEGMENT_KEY }} npm run build:cli
npm pack
npm publish --access public
env:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "superplate-cli",
"version": "1.4.2",
"version": "1.4.3",
"description": "The frontend boilerplate with superpowers",
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion src/saofile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const saoConfig: GeneratorConfig = {
{
type: "input",
name: "name",
message: process.env.SEGMENT_KEY,
message: "What will be the name of your app",
default: appName,
},
...(BinaryHelper.CanUseYarn()
Expand Down

0 comments on commit b20eace

Please sign in to comment.