Skip to content

Commit

Permalink
[tools] Move to pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Feb 4, 2024
1 parent 25d5fdc commit 5fea1b3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5,665 deletions.
3 changes: 2 additions & 1 deletion tools-public/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"name": "tools-public",
"version": "0.1.1",
"version": "0.1.0",
"private": true,
"scripts": {
"preinstall": "npx only-allow pnpm",
"dev": "toolpad dev --port 3005",
"build": "toolpad build",
"start": "toolpad start"
Expand Down
7 changes: 3 additions & 4 deletions tools-public/toolpad/resources/updateMuiPaidSupport.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
/* eslint-disable import/prefer-default-export */
import dayjs from 'dayjs';

const { sheets } = require('@googleapis/sheets');
const { JWT } = require('google-auth-library');
const { Octokit } = require('@octokit/core');
import { sheets } from '@googleapis/sheets';
import { JWT } from 'google-auth-library';
import { Octokit } from '@octokit/core';

function findRowIndexByValue(sheet, value) {
for (let i = 0; i < sheet.length; i += 1) {
Expand Down
Loading

0 comments on commit 5fea1b3

Please sign in to comment.