Skip to content

Commit

Permalink
Merge 5db946f into c4fc0b6
Browse files Browse the repository at this point in the history
  • Loading branch information
MrOrz committed Aug 14, 2023
2 parents c4fc0b6 + 5db946f commit daea4e7
Show file tree
Hide file tree
Showing 11 changed files with 1,014 additions and 141 deletions.
397 changes: 337 additions & 60 deletions package-lock.json

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"clean": "run-s clean:*",
"clean:server": "rm -rf build",
"clean:liff": "rm -rf liff",
"notify": "babel-node -r dotenv/config src/scripts/scanRepliesAndNotify.js",
"cofactsapi": "babel-node -r dotenv/config src/scripts/introspectCofactsApi.js",
"notify": "babel-node --extensions .ts,.js -r dotenv/config src/scripts/scanRepliesAndNotify.js",
"cofactsapi": "babel-node --extensions .ts,.js -r dotenv/config src/scripts/introspectCofactsApi.js",
"postcofactsapi": "npm run typegen",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
Expand Down Expand Up @@ -102,6 +102,7 @@
"@storybook/svelte": "^6.2.9",
"@types/jest": "^24.9.1",
"@types/koa-router": "^7.4.4",
"@types/string-similarity": "^4.0.0",
"@types/universal-analytics": "^0.4.5",
"@typescript-eslint/eslint-plugin": "^5.56.0",
"@typescript-eslint/parser": "^5.56.0",
Expand Down

0 comments on commit daea4e7

Please sign in to comment.