Skip to content

Commit

Permalink
Add script for running integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwathan committed Jan 21, 2023
1 parent ff2c25f commit c8e484c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
/example
.vscode
.DS_Store
.parcel-cache
tailwind.config.js
index.html
yarn.lock
Expand Down
1 change: 1 addition & 0 deletions integrations/tailwindcss-cli/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ dist/
node_modules/
!tailwind.config.js
!index.html
/src/tailwind.2.config.js
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"dev": "concurrently -n tailwind,oxide-node -c green,yellow 'npm run dev:js' 'npm run dev:rust'",
"build": "npm run build:rust && npm run build:js && npm run build:peers",
"test": "jest",
"test:integrations": "npm run test -w ./integrations",
"style": "eslint .",
"prepublishOnly": "npm install --force && npm run build && npm run generate:types",
"dev:rust": "npm run --prefix ./oxide dev:node",
Expand Down

0 comments on commit c8e484c

Please sign in to comment.