Skip to content

Commit e5951fb

Browse files
committed
add expense API (#274)
1 parent 9119403 commit e5951fb

File tree

94 files changed

+22203
-16175
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

94 files changed

+22203
-16175
lines changed

.github/workflows/cd.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ jobs:
422422
with:
423423
cache: npm
424424
node-version: latest
425-
registry-url: 'https://npm.pkg.github.com'
425+
registry-url: 'https://npm.pkg.github.com/@quisido'
426426
scope: '@${{ github.repository_owner }}'
427427
- name: Install dependencies
428428
run: npm install --legacy-peer-deps
@@ -432,10 +432,7 @@ jobs:
432432
NPM_CONFIG_PROVENANCE: true
433433
run: >
434434
npm config set "//npm.pkg.github.com/:_authToken" $NPM_AUTH_TOKEN;
435-
npm config set \
436-
npmScopes.${{ github.repository_owner }}.npmPublishRegistry \
437-
'https://npm.pkg.github.com';
438-
npm run publish;
435+
npm run publish --registry=https://npm.pkg.github.com;
439436
440437
wrangler-deploy-authn:
441438
name: Wrangler deploy (Authentication)

eslint.config.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,9 @@ export default [
2424
'scripts/utils/npm-exec-workspace.ts',
2525
'scripts/utils/spy-on-console.ts',
2626
],
27+
28+
'no-plusplus': ['scripts/utils/retry.ts'],
29+
30+
'no-useless-assignment': ['scripts/utils/retry.ts'],
2731
}),
2832
];

0 commit comments

Comments
 (0)