Skip to content

Commit

Permalink
Disable broken sauce tests
Browse files Browse the repository at this point in the history
  • Loading branch information
robdodson committed Aug 12, 2024
1 parent 9f876a8 commit 1cf31ea
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@
"main": "dist/inert.js",
"module": "dist/inert.esm.js",
"scripts": {
"build": "rollup -c",
"prepublishOnly": "npm run test",
"test": "npm run build && SAUCE=true karma start"
"build": "rollup -c"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -57,4 +55,4 @@
"rollup-plugin-uglify": "^4.0.0"
},
"license": "W3C-20150513"
}
}

0 comments on commit 1cf31ea

Please sign in to comment.