Skip to content

Commit

Permalink
Remove scripts linked to test (#12654)
Browse files Browse the repository at this point in the history
* Remove scripts linked to test

* Clean cell-toolbar-extension scripts
  • Loading branch information
fcollonval committed Jun 7, 2022
1 parent 068e9e6 commit 97a8269
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion packages/cell-toolbar-extension/package.json
Expand Up @@ -29,7 +29,6 @@
],
"scripts": {
"build": "tsc -b",
"build:test": "tsc --build tsconfig.test.json",
"clean": "rimraf lib && rimraf tsconfig.tsbuildinfo",
"watch": "tsc -b --watch"
},
Expand Down
5 changes: 0 additions & 5 deletions packages/user-extension/package.json
Expand Up @@ -32,13 +32,8 @@
],
"scripts": {
"build": "tsc -b",
"build:test": "tsc --build tsconfig.test.json",
"clean": "rimraf lib && rimraf tsconfig.tsbuildinfo",
"docs": "typedoc src",
"test": "jest",
"test:cov": "jest --collect-coverage",
"test:debug": "node --inspect-brk node_modules/.bin/jest --runInBand",
"test:debug:watch": "node --inspect-brk node_modules/.bin/jest --runInBand --watch",
"watch": "tsc -b --watch"
},
"dependencies": {
Expand Down

0 comments on commit 97a8269

Please sign in to comment.