Skip to content

Commit

Permalink
Merge pull request #263 from stormid/bug/npm-test-command
Browse files Browse the repository at this point in the history
Test command path update
  • Loading branch information
sarah-storm authored Sep 23, 2024
2 parents cd8d67b + 86ee7b6 commit 4bdf74c
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"scripts": {
"gh-pages": "node tools/gh-pages/render",
"test": "lerna run test --stream",
"lint": "node_modules/.bin/eslint packages -c .eslintrc --ext js",
"lint": "eslint packages -c .eslintrc --ext js",
"prepublish": "npm run gh-pages -s"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/boilerplate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"dev": "webpack-dev-server --config example/webpack.config.js --mode development",
"prod": "webpack --config example/webpack.config.js --mode production",
"prepublish": "npm run -s build",
"test": "node_modules/.bin/jest --coverage"
"test": "jest --coverage"
},
"gitHead": "9042db4005411c4360ba3e8188e03333c10098f2"
}
2 changes: 1 addition & 1 deletion packages/cookie-banner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
],
"scripts": {
"build": "microbundle --name CookieBanner",
"test": "node_modules/.bin/jest --coverage",
"test": "jest --coverage",
"dev": "webpack-dev-server --config example/webpack.config.js --mode development",
"prod": "webpack --config example/webpack.config.js --mode production",
"prepublish": "npm run -s build"
Expand Down
2 changes: 1 addition & 1 deletion packages/modal-gallery/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
],
"scripts": {
"build": "npx microbundle --name ModalGallery",
"test": "node_modules/.bin/jest --coverage",
"test": "jest --coverage",
"dev": "webpack-dev-server --config example/webpack.config.js --mode development",
"prod": "webpack --config example/webpack.config.js --mode production",
"prepublish": "npm run -s build"
Expand Down
2 changes: 1 addition & 1 deletion packages/modal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
],
"scripts": {
"build": "microbundle --name Modal",
"test": "node_modules/.bin/jest --coverage",
"test": "jest --coverage",
"dev": "webpack-dev-server --config example/webpack.config.js --mode development",
"prod": "webpack --config example/webpack.config.js --mode production",
"prepublish": "npm run -s build"
Expand Down
2 changes: 1 addition & 1 deletion packages/outliner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
],
"scripts": {
"build": "microbundle --name Outliner",
"test": "node_modules/.bin/jest --coverage",
"test": "jest --coverage",
"dev": "webpack-dev-server --config example/webpack.config.js --mode development",
"prod": "webpack --config example/webpack.config.js --mode production",
"prepublish": "npm run -s build"
Expand Down
2 changes: 1 addition & 1 deletion packages/scroll-points/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
],
"scripts": {
"build": "microbundle --name ScrollPoints",
"test": "node_modules/.bin/jest --coverage",
"test": "jest --coverage",
"dev": "webpack-dev-server --config example/webpack.config.js --mode development",
"prod": "webpack --config example/webpack.config.js --mode production",
"prepublish": "npm run -s build"
Expand Down
2 changes: 1 addition & 1 deletion packages/scroll-spy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
],
"scripts": {
"build": "microbundle --name ScrollSpy",
"test": "node_modules/.bin/jest --coverage",
"test": "jest --coverage",
"dev": "webpack-dev-server --config example/webpack.config.js --mode development",
"prod": "webpack --config example/webpack.config.js --mode production",
"prepublish": "npm run -s build"
Expand Down
2 changes: 1 addition & 1 deletion packages/skip/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
],
"scripts": {
"build": "microbundle --name Skip",
"test": "node_modules/.bin/jest --coverage",
"test": "jest --coverage",
"dev": "webpack-dev-server --config example/webpack.config.js --mode development",
"prod": "webpack --config example/webpack.config.js --mode production",
"prepublish": "npm run -s build"
Expand Down
2 changes: 1 addition & 1 deletion packages/tabs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
],
"scripts": {
"build": "microbundle --name Tabs",
"test": "node_modules/.bin/jest --coverage",
"test": "jest --coverage",
"dev": "webpack-dev-server --config example/webpack.config.js --mode development",
"prod": "webpack --config example/webpack.config.js --mode production",
"prepublish": "npm run -s build"
Expand Down
2 changes: 1 addition & 1 deletion packages/textarea/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
],
"scripts": {
"build": "microbundle --name Textarea",
"test": "node_modules/.bin/jest --coverage",
"test": "jest --coverage",
"dev": "webpack-dev-server --config example/webpack.config.js --mode development",
"prod": "webpack --config example/webpack.config.js --mode production",
"prepublish": "npm run -s build"
Expand Down
2 changes: 1 addition & 1 deletion packages/toggle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
],
"scripts": {
"build": "microbundle --name Toggle",
"test": "node_modules/.bin/jest --coverage",
"test": "jest --coverage",
"dev": "webpack-dev-server --config example/webpack.config.js --mode development",
"prod": "webpack --config example/webpack.config.js --mode production",
"prepublish": "npm run -s build"
Expand Down
2 changes: 1 addition & 1 deletion packages/validate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
],
"scripts": {
"build": "microbundle --name Validate",
"test": "node_modules/.bin/jest --coverage",
"test": "jest --coverage",
"dev": "webpack-dev-server --config example/webpack.config.js --mode development",
"prod": "webpack --config example/webpack.config.js --mode production",
"prepublish": "npm run -s build"
Expand Down

0 comments on commit 4bdf74c

Please sign in to comment.