* rename

* export IconButton
This commit is contained in:
Deepak Prabhakara 2024-03-29 12:33:59 +00:00 committed by GitHub
parent 11588f6aa2
commit 87c1ee828e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 3 additions and 1 deletions

View File

@ -3,6 +3,7 @@
"files.exclude": {
"**/.next": true,
"**/.nyc_output": true,
"**/dist": true,
"**/node_modules": true
}
}

View File

@ -19,3 +19,4 @@ export { ButtonDanger } from './ButtonDanger';
export { ButtonOutline } from './ButtonOutline';
export { Alert } from './Alert';
export { InputWithCopyButton, CopyToClipboardButton } from './InputWithCopyButton';
export { IconButton } from './IconButton';

View File

@ -40,7 +40,7 @@
"prod-eu-mocksaml:skaffold": "echo 'This is only meant for BoxyHQ internal use. Please use {dbname}:skaffold instead' && skaffold run -f skaffold-prod-eu-mocksaml.yaml --status-check=false",
"prod-eu-mocksaml-services:skaffold": "echo 'This is only meant for BoxyHQ internal use. Please use {dbname}:skaffold instead' && skaffold run -f skaffold-prod-eu-mocksaml-services.yaml --status-check=false",
"start": "cross-env PORT=5225 NODE_OPTIONS=--dns-result-order=ipv4first node .next/standalone/server.js",
"swagger-jsdoc": "swagger-jsdoc -d swagger/swaggerDefinition.js npm/src/**/*.ts npm/src/**/**/*.ts -o swagger/swagger.json",
"swagger-jsdoc": "swagger-jsdoc -d swagger/swagger-definition.js npm/src/**/*.ts npm/src/**/**/*.ts -o swagger/swagger.json",
"redis": "cross-env JACKSON_API_KEYS=secret DB_ENGINE=redis DB_TYPE=redis DB_URL=redis://localhost:6379/redis npm run dev",
"prepare": "npm run prepare:npm && npm run prepare:internal-ui",
"prepare:npm": "cd npm && npm install --legacy-peer-deps",