Skip to content

Commit 9e02ae2

Browse files
committed
Update references to new uswds package location
1 parent 60a7791 commit 9e02ae2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/sh
22

3-
if [ ! -d "node_modules/uswds/dist" ]; then
3+
if [ ! -d "node_modules/@uswds/uswds/dist" ]; then
44
npm explore uswds -- npm run federalist
55
fi

0 commit comments

Comments
 (0)