chore: release cli and update config

pull/56/head
moonrailgun 2 years ago
parent a81e7b86ec
commit 12762fe166

@ -1,6 +1,6 @@
{
"name": "tailchat-cli",
"version": "1.4.4",
"version": "1.4.5",
"description": "A Command line interface of tailchat",
"bin": {
"tailchat": "./bin/cli"

@ -9,7 +9,11 @@ const isDev = process.env.NODE_ENV === 'development';
module.exports = {
externalDeps: [
'react',
'axios', // Use for some deps which will use axios and reduce bundle size
'react-router',
'axios',
'styled-components',
'zustand',
'zustand/middleware/immer',
],
rollupPlugins: ({ pluginName }) => [
copy({

@ -4,7 +4,7 @@
"main": "index.js",
"repository": "https://github.com/msgbyte/tailchat.git",
"author": "moonrailgun <moonrailgun@gmail.com>",
"license": "GPLv3",
"license": "Apache-2.0",
"private": true,
"scripts": {
"build": "cross-env NODE_ENV=production rimraf ./dist && pnpm plugins:all && pnpm build:webpack",

Loading…
Cancel
Save