Skip to content

Commit

Permalink
πŸ› fix workspace filename, updated lockfile (#3339)
Browse files Browse the repository at this point in the history
* πŸ› use correct workspace filename

* ✨ update pnpm engine and lock file
  • Loading branch information
torleifhalseth authored Mar 7, 2024
1 parent c02a588 commit ca0f4da
Show file tree
Hide file tree
Showing 4 changed files with 15,819 additions and 2,198 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "eds",
"engines": {
"pnpm": ">=5.13.5"
"pnpm": ">=8.15.4"
},
"scripts": {
"lint": "eslint",
Expand All @@ -10,7 +10,7 @@
"lint:data-grid-react": "pnpm run lint ./packages/eds-data-grid-react",
"lint:lab": "pnpm run lint ./packages/eds-lab-react",
"lint:utils": "pnpm run lint ./packages/eds-utils",
"init": "pnpm multi install --force && pnpm run build",
"init": "pnpm install --force && pnpm run build",
"build": "pnpm run build:icons && pnpm run build:tokens && pnpm run build:utils && pnpm run build:core-react && pnpm run build:data-grid-react && pnpm run build:lab",
"build:core-react": "pnpm --filter @equinor/eds-core-react run build",
"build:data-grid-react": "pnpm --filter ./packages/eds-data-grid-react run build",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,7 @@ export const PersistentPopover: StoryFn<PopoverProps> = () => {
PersistentPopover.storyName = 'Persistent popover'

/* export const Compact: Story<PopoverProps> = () => {
//trigger github action :)
const [isOpen, setIsOpen] = useState<boolean>(false)
const anchorRef = useRef<HTMLButtonElement>(null)
Expand Down
Loading

0 comments on commit ca0f4da

Please sign in to comment.