Skip to content

Commit c8e484c

Browse files
committed
Add script for running integration tests
1 parent ff2c25f commit c8e484c

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
/example
77
.vscode
88
.DS_Store
9+
.parcel-cache
910
tailwind.config.js
1011
index.html
1112
yarn.lock

integrations/tailwindcss-cli/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ dist/
22
node_modules/
33
!tailwind.config.js
44
!index.html
5+
/src/tailwind.2.config.js

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"dev": "concurrently -n tailwind,oxide-node -c green,yellow 'npm run dev:js' 'npm run dev:rust'",
2424
"build": "npm run build:rust && npm run build:js && npm run build:peers",
2525
"test": "jest",
26+
"test:integrations": "npm run test -w ./integrations",
2627
"style": "eslint .",
2728
"prepublishOnly": "npm install --force && npm run build && npm run generate:types",
2829
"dev:rust": "npm run --prefix ./oxide dev:node",

0 commit comments

Comments
 (0)