Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .github/workflows/generate-bs-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
## Now generate the reference images
- name: Run image generation
working-directory: ./testing/ncids-css-testing
run: pnpm backstop reference --config='backstop.config.js' --docker
run: pnpm backstop reference --config='backstop.config.cjs' --docker
env:
CI: true
BACKSTOP_BASE_URL: http://localhost:8080/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ jobs:
## Now test the css
- name: Run css tests
working-directory: ./testing/ncids-css-testing
run: pnpm backstop test --config='backstop.config.js' --docker
run: pnpm backstop test --config='backstop.config.cjs' --docker
env:
CI: true
BACKSTOP_BASE_URL: ${{ format('http://localhost:8080/{0}/storybook/', steps.set_vars.outputs.build_name) }}
Expand Down
6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
"js-docs:copy": "mkdirp dist/documentation-site/ncids-js && ncp packages/ncids-js/doc dist/documentation-site/ncids-js",
"storybook:build": "lerna run build --scope=ncids-css-testing --include-dependencies",
"storybook:copy": "mkdirp dist/documentation-site/storybook && ncp testing/ncids-css-testing/storybook-static dist/documentation-site/storybook",
"prepare": "lerna run prepare",
"test": "lerna run test",
"test:css": "lerna run test:css",
"test:a11y": "lerna run test:a11y",
Expand All @@ -54,10 +53,7 @@
"path": "~0.12.7",
"prettier": "2.2.1",
"typescript": "5.2.2",
"gatsby>webpack": "~5.89.0",
"@storybook/manager-webpack4>webpack": "~4.47.0",
"@storybook/core-client>webpack": "~4.47.0",
"@storybook/manager-webpack4>css-loader": "3.6.0"
"gatsby>webpack": "~5.89.0"
},
"patchedDependencies": {
"@uswds/[email protected]": "patches/@[email protected]"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<ul class="usa-collection__meta" aria-label="{{ item.meta_label }}">
<li class="usa-collection__meta-item position-relative">
<svg class="usa-icon position-relative" aria-hidden="true" role="img">
<use xlink:href="./img/sprite.svg#public"></use>
<use xlink:href="{{ img }}#public"></use>
</svg>
{{ item.description }}
</li>
Expand Down
2 changes: 1 addition & 1 deletion packages/ncids-twig/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@nciocpl/ncids-twig",
"version": "3.1.0",
"description": "Shared twig templates for NCIDS",
"author": "Olivia Tharp <[email protected]>",
"author": "NCIOCPL",
"homepage": "https://github.com/NCIOCPL/ncids#readme",
"license": "ISC",
"private": true,
Expand Down
Loading
Loading