Skip to content

Commit

Permalink
Create needs to contain the template
Browse files Browse the repository at this point in the history
  • Loading branch information
Didas-git committed Dec 6, 2023
1 parent c5758a3 commit 63c8fcf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/create/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lilybird/create",
"version": "0.1.0",
"version": "0.1.1",
"description": "Create a new template bot using lilybird",
"main": "./dist/index.js",
"author": "DidaS",
Expand All @@ -16,7 +16,7 @@
],
"scripts": {
"check": "eslint \"src/**/*.ts\"",
"build": "rm -rf dist && tsc",
"build": "rm -rf dist && tsc && cp src/index-template.ts dist",
"dev": "bun src/index.ts"
},
"repository": {
Expand Down

0 comments on commit 63c8fcf

Please sign in to comment.