Skip to content

Commit

Permalink
Update test scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
smartcontracts committed Mar 25, 2019
1 parent 96422ba commit ce748bf
Show file tree
Hide file tree
Showing 9 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"lint": "wsrun -p $(yarn --silent run pkgparse) --fast-exit --parallel --exclude-missing lint",
"fix": "wsrun -p $(yarn --silent run pkgparse) --fast-exit --parallel --exclude-missing fix",
"clean": "wsrun -p $(yarn --silent run pkgparse) -r --fast-exit --parallel --exclude-missing clean",
"test": "wsrun -p $(yarn --silent run pkgparse) -r --fast-exit --parallel --exclude-missing test",
"test": "wsrun -p $(yarn --silent run pkgparse) --fast-exit --parallel --exclude-missing test",
"build": "lerna link && wsrun -p $(yarn --silent run pkgparse) -r --fast-exit --stages --exclude-missing build",
"release": "yarn run build && lerna publish --force-publish --exact -m \"chore(@plasma-group) publish %s release\"",
"release:rc": "yarn run build && lerna publish --npm-tag=rc -m \"chore(@plasma-group) publish %s release\"",
Expand Down
2 changes: 1 addition & 1 deletion packages/contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"build/**/.js"
],
"scripts": {
"test": "mocha --require ts-node/register 'test/**/*.ts'",
"test": "mocha --require ts-node/register 'test/**/*.spec.ts'",
"lint": "tslint --format stylish --project .",
"fix": "prettier --config ./.prettierrc.js --write 'index.ts' '{src,test}/**/*.ts'",
"build": "yarn tsc -p ."
Expand Down
1 change: 0 additions & 1 deletion packages/operator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"build/**/.js"
],
"scripts": {
"test": "mocha --require ts-node/register 'test/**/*.spec.ts'",
"lint": "tslint --format stylish --project .",
"fix": "prettier --config ./.prettierrc.js --write 'index.ts' '{src,test}/**/*.ts'",
"build": "yarn tsc -p ."
Expand Down
1 change: 0 additions & 1 deletion packages/plasma-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"build/**/.js"
],
"scripts": {
"test": "mocha --require ts-node/register 'test/**/*.ts'",
"lint": "tslint --format stylish --project .",
"fix": "prettier --config ./.prettierrc.js --write 'index.ts' '{src,test}/**/*.ts'",
"build": "yarn tsc -p ."
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"build/**/.js"
],
"scripts": {
"test": "mocha --require ts-node/register 'test/**/*.ts'",
"test": "mocha --require ts-node/register 'test/**/*.spec.ts'",
"lint": "tslint --format stylish --project .",
"fix": "prettier --config ./.prettierrc.js --write 'index.ts' '{src,test}/**/*.ts'",
"build": "yarn tsc -p ."
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 0 additions & 1 deletion packages/vyper-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"build/**/.js"
],
"scripts": {
"test": "mocha --require ts-node/register 'test/**/*.ts'",
"lint": "tslint --format stylish --project .",
"fix": "prettier --config ./.prettierrc.js --write 'index.ts' 'src/**/*.ts'",
"build": "yarn tsc -p ."
Expand Down

0 comments on commit ce748bf

Please sign in to comment.