Skip to content
This repository has been archived by the owner on Mar 13, 2023. It is now read-only.

Commit

Permalink
fix: api filter requests being broken
Browse files Browse the repository at this point in the history
due to info.plist not being updated and commited
  • Loading branch information
moranje committed Feb 25, 2020
1 parent bf973e2 commit 3b344a1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 12 deletions.
3 changes: 1 addition & 2 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@
"CHANGELOG.md",
"package.json",
"package-lock.json",
"dist/workflow/info.plist",
"dist/workflow/workflow.json",
"assets/info.plist",
"dist/Alfred Workflow Todoist.alfredworkflow"
],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
Expand Down
10 changes: 0 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"build:dev": "ts-node tools/move-files.ts storeAssets && ts-node tools/build.ts",
"build:grammar": "npx nearleyc src/lib/todoist/grammar.ne -o src/lib/todoist/grammar.ts && echo \"// @ts-nocheck\n$(cat src/lib/todoist/grammar.ts)\" > src/lib/todoist/grammar.ts",
"build:workflow": "ts-node tools/build-workflow.ts",
"bump-version": "ts-node tools/bump-version.ts && ts-node tools/move-files.ts storeAssets",
"commit": "./node_modules/cz-customizable/standalone.js",
"debug": "ts-node tools/debug.ts",
"lint:eslint": "eslint --fix",
Expand Down

0 comments on commit 3b344a1

Please sign in to comment.