Skip to content

Commit

Permalink
fix: force update in packages/create-contentful-app []
Browse files Browse the repository at this point in the history
  • Loading branch information
jjolton-contentful committed Oct 3, 2024
1 parent e9c4dd0 commit 369422c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/create-contentful-app/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#!/usr/bin/env node

// This is a convenience wrapper.
// It allows you to run `npx create-contentful-app` directly,
// instead of `npx @contentful/create-contentful-app`.

import '@contentful/create-contentful-app';

0 comments on commit 369422c

Please sign in to comment.