Skip to content

Commit

Permalink
[@dagster-io/ui] Cleanup for publish (#7270)
Browse files Browse the repository at this point in the history
  • Loading branch information
hellendag committed Apr 4, 2022
1 parent 79235ab commit 38cbd24
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
6 changes: 6 additions & 0 deletions js_modules/dagit/packages/ui/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.0.2 (April 4, 2022)

- Publish a JS build with Rollup
- Generate TypeScript type definitions
- Add more details to README

## 1.0.1

- Create README
Expand Down
7 changes: 6 additions & 1 deletion js_modules/dagit/packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
{
"name": "@dagster-io/ui",
"version": "1.0.1",
"version": "1.0.2",
"description": "Dagster UI Component Library",
"license": "Apache-2.0",
"main": "lib/index.js",
"module": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib/**/*"
],
"sideEffects": false,
"scripts": {
"prepack": "yarn build",
"prepublish": "yarn lint && yarn ts && yarn jest",
"build": "rm -rf lib && tsc --declaration --emitDeclarationOnly --noEmit false -p . && yarn rollup -c rollup.config.js",
"lint": "eslint src/ --ext=.tsx,.ts,.js --fix -c .eslintrc.js",
"jest": "jest",
Expand Down

1 comment on commit 38cbd24

@vercel
Copy link

@vercel vercel bot commented on 38cbd24 Apr 4, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

dagit-storybook – ./js_modules/dagit/packages/ui

dagit-storybook-elementl.vercel.app
dagit-storybook.vercel.app
dagit-storybook-git-master-elementl.vercel.app

Please sign in to comment.