Skip to content

Commit 3a36820

Browse files
authored
Fix copy readme script (#502)
1 parent 255d3cb commit 3a36820

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
"@types/jest": "^26.0.20",
4343
"@vanilla-extract/babel-plugin": "*",
4444
"babel-jest": "^26.6.3",
45+
"fast-glob": "^3.2.7",
4546
"jest": "^26.6.3",
4647
"prettier": "^2.3.2",
4748
"ts-node": "^9.1.1",

pnpm-lock.yaml

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"fixtures/*/src/**/*",
2727
"test-helpers/**/*",
2828
"site/**/*",
29-
"tests/**/*"
29+
"tests/**/*",
30+
"scripts/*"
3031
]
3132
}

0 commit comments

Comments
 (0)