We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c4a0df0 + 2405648 commit 86ba846Copy full SHA for 86ba846
.gitignore
@@ -1,6 +1,9 @@
1
### SublimeText ###
2
*.sublime-workspace
3
4
+### IntelliJ / WebStorm ###
5
+.idea/
6
+
7
### OSX ###
8
.AppleDouble
9
.DS_Store
package.json
@@ -41,7 +41,7 @@
41
"build-storybook": "build-storybook",
42
"chromatic": "chromatic",
43
"chromatic-ci": "build-storybook && chromatic --ci --exit-zero-on-changes",
44
- "test": "jest --config=jest-config.js"
+ "test": "echo \"Please run 'yarn nps test' instead\" && exit 1"
45
},
46
"devDependencies": {
47
"@babel/cli": "7.17.10",
0 commit comments