Skip to content

Commit

Permalink
chore: Minor cleanup and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
tjtanjin committed Sep 19, 2024
1 parent 86da606 commit 6a6204a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,4 @@ jobs:
run: npm ci

- name: Build
run: npm run build --if-present

- name: List dist directory after build
run: ls -al ./dist
run: npm run build --if-present
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"files": [
"./dist"
],
"version": "2.0.0-beta.10",
"version": "2.0.0-beta.11",
"description": "A modern React library for creating a flexible and extensible chatbot.",
"type": "module",
"main": "./dist/index.cjs",
Expand All @@ -26,7 +26,7 @@
},
"scripts": {
"lint": "eslint --fix . --ext .tsx",
"build": "tsc && vite build",
"build": "tsc && vite build && cp ./dist/index.d.ts ./dist/index.d.cts",
"prepublishOnly": "tsc && vite build && cp ./dist/index.d.ts ./dist/index.d.cts",
"prepack": "tsc && vite build && cp ./dist/index.d.ts ./dist/index.d.cts",
"start": "vite serve",
Expand Down

0 comments on commit 6a6204a

Please sign in to comment.