Skip to content

Commit

Permalink
Polish
Browse files Browse the repository at this point in the history
  • Loading branch information
OEvgeny committed Oct 1, 2024
1 parent abdb130 commit 58f70e8
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions packages/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@
"precommit:typecheck": "tsc --project ./src --emitDeclarationOnly false --esModuleInterop true --noEmit --pretty false",
"preversion": "cat package.json | jq '(.localDependencies // {} | to_entries | map([if .value == \"production\" then \"dependencies\" else \"devDependencies\" end, .key])) as $P | delpaths($P)' > package-temp.json && mv package-temp.json package.json",
"start": "concurrently --kill-others --prefix-colors \"auto\" \"npm:start:*\"",
"start:tsup": "npm run build:tsup -- --watch",
"start:typescript": "npm run build:typescript -- --watch"
"start:tsup": "npm run build:tsup -- --watch"
},
"devDependencies": {
"@tsconfig/strictest": "^2.0.5",
Expand Down
1 change: 0 additions & 1 deletion packages/component/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/*.tgz
/dist/
/lib/
/node_modules/
1 change: 0 additions & 1 deletion packages/core/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/*.tgz
/dist/
/lib/
/node_modules/
3 changes: 2 additions & 1 deletion packages/styles/tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ export default defineConfig({
'botframework-webchat-styles': './src/index.ts',
'botframework-webchat-styles.build': './src/build/index.ts',
'botframework-webchat-styles.react': './src/react/index.ts'
}
},
format: ['esm', 'cjs']
});

0 comments on commit 58f70e8

Please sign in to comment.