Skip to content

Commit

Permalink
Merge pull request #423 from 51ngul4r1ty/issue/000417/backlog-item-vi…
Browse files Browse the repository at this point in the history
…ew-wo-ext-id

Backlog Item View now works when external ID is not assigned
  • Loading branch information
51ngul4r1ty authored Aug 29, 2022
2 parents bd068dc + e8031b0 commit 79587d1
Show file tree
Hide file tree
Showing 6 changed files with 133 additions and 454 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@ on: [push]

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- name: Checks
run: |
echo checking files...
npm run check
- name: Install NPM packages
run: npm ci
- name: Transpile
run: |
echo transpiling...
npm run build
- uses: actions/checkout@v1
- name: Checks
run: |
echo checking files...
npm run check
- name: Show NPM version
run: npm --version
- name: Install NPM packages
run: npm ci
- name: Transpile
run: |
echo transpiling...
npm run build
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ well: [CODE_STANDARDS.md](docs/CODE_STANDARDS.md)
Tools Used
----------

1. At time of writing, Node v16.4.2 was used with NPM v8.5.0.
1. At time of writing, Node v16.14.2 was used with NPM v8.15.0.
NOTE: you may experience silent script failures (no errors) when using `npm run setup` if you are
using Node v14+. Also, `npm start` may not create the database structure (see "Unsupported Version of Node" in the wiki
pages if you'd like to see what the typical output is).
Expand Down
1 change: 0 additions & 1 deletion docs/DEPENDENCIES.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ Dev Dependencies (needed for storybook build)
`@storybook/react`
`storybook-addon-root-attribute`
`storybook-dark-mode`
`awesome-typescript-loader`

Dev Dependencies (needed for analysis)
--------------------------------------
Expand Down
Loading

0 comments on commit 79587d1

Please sign in to comment.