Skip to content

Commit

Permalink
Revert "Enable global npm test"
Browse files Browse the repository at this point in the history
This reverts commit 4f8c3c0.
  • Loading branch information
LBBO committed Nov 29, 2022
1 parent da8e9f9 commit 0320496
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
3 changes: 1 addition & 2 deletions packages/brand/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
"clean": "rm -rf ./dist",
"dev": "parcel public/test.html",
"build": "tsc",
"prepublish": "npm run clean && npm run build",
"test": "tsc --noEmit"
"prepublish": "npm run clean && npm run build"
},
"devDependencies": {
"parcel-bundler": "latest",
Expand Down
3 changes: 1 addition & 2 deletions packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
"types": "tsc ./src/index.tsx -d --emitDeclarationOnly -declarationDir ./dist",
"dev": "parcel public/test.html",
"build": "tsc",
"prepublish": "npm run clean && tsc",
"test": "tsc --noEmit"
"prepublish": "npm run clean && tsc"
},
"devDependencies": {
"@types/bricks.js": "^1.8.1",
Expand Down
3 changes: 1 addition & 2 deletions packages/react-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
"cy:run": "percy exec -- cypress run --component -b chrome",
"cy:open": "cypress open --component -b chrome",
"cy:verify": "cypress verify",
"cy:info": "cypress info",
"test": "tsc --noEmit && npm run cy:verify"
"cy:info": "cypress info"
},
"devDependencies": {
"@babel/core": "^7.18.6",
Expand Down
3 changes: 1 addition & 2 deletions packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
"clean": "rm -rf ./dist",
"dev": "tsc --watch",
"build": "tsc -d --emitDeclarationOnly -declarationDir ./dist",
"prepublish": "npm run clean && tsc -d --emitDeclarationOnly -declarationDir ./dist",
"test": "tsc --noEmit"
"prepublish": "npm run clean && tsc -d --emitDeclarationOnly -declarationDir ./dist"
},
"name": "@giphy/js-types",
"homepage": "https://github.com/Giphy/giphy-js/tree/master/packages/types",
Expand Down

0 comments on commit 0320496

Please sign in to comment.