Skip to content

Commit b1675cf

Browse files
Fix uswds in dummy app
1 parent 7d43ae8 commit b1675cf

15 files changed

Lines changed: 34917 additions & 22 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ jobs:
2222
- uses: ruby/setup-ruby@v1
2323

2424
- name: Install dependencies
25-
run: bundle install
25+
run: bundle install && npm install --prefix spec/dummy
2626

2727
- run: make ${{ matrix.make_command }}

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
test-watch
77

88
setup:
9+
npm install --prefix spec/dummy
910
bundle install
1011

1112
lint: ## Run the linter with auto-fixing

spec/dummy/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
node_modules/

0 commit comments

Comments
 (0)