Skip to content

Commit 86ba846

Browse files
authored
Merge pull request #2248 from FormidableLabs/yarn-test-fix
Added helpful error message to 'test' script
2 parents c4a0df0 + 2405648 commit 86ba846

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
### SublimeText ###
22
*.sublime-workspace
33

4+
### IntelliJ / WebStorm ###
5+
.idea/
6+
47
### OSX ###
58
.AppleDouble
69
.DS_Store

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"build-storybook": "build-storybook",
4242
"chromatic": "chromatic",
4343
"chromatic-ci": "build-storybook && chromatic --ci --exit-zero-on-changes",
44-
"test": "jest --config=jest-config.js"
44+
"test": "echo \"Please run 'yarn nps test' instead\" && exit 1"
4545
},
4646
"devDependencies": {
4747
"@babel/cli": "7.17.10",

0 commit comments

Comments
 (0)