mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-06 06:48:21 +00:00
* lint fixes: frontend * lint fixes: marketplace * lint fixes: plugins-client js files * typo fix * eslint updates/fixes for marketplace * eslint updates/fixes for plugins * removing "@typescript-eslint/no-floating-promises for plugins" * ignore client.js and server.js * ignore client.js and server.js * ignore client.js and server.tss * Delete client.js * ignore cypress-test/** |
||
|---|---|---|
| .. | ||
| _templates/plugin/new | ||
| plugins | ||
| scripts | ||
| .eslintignore | ||
| .eslintrc | ||
| .gitignore | ||
| lerna.json | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
Tooljet marketplace
Steps to install npm package to a plugin
npm i <npm-package-name> --workspace=<plugin-name-in-package-json>
Steps to build
npm install
npm run build --workspaces
Update the plugins to S3 bucket
AWS_ACCESS_KEY_ID=<key> SECRET_ACCESS_KEY=<secret> AWS_BUCKET=<bucket> node scripts/upload-to-s3.js