Skip to content
This repository was archived by the owner on Apr 6, 2021. It is now read-only.

Commit f4f19bd

Browse files
committed
Set TAILWIND_MODE when running tests
1 parent e8b9e5b commit f4f19bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.0.0",
44
"main": "src/index.js",
55
"scripts": {
6-
"test": "jest"
6+
"test": "TAILWIND_MODE=build jest"
77
},
88
"prettier": {
99
"printWidth": 100,

0 commit comments

Comments
 (0)