Skip to content

Commit 02cb03b

Browse files
committed
np should skip tests for release, since we test nothing
1 parent 33758d2 commit 02cb03b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"eject": "react-scripts eject",
3636
"predeploy": "npm run build",
3737
"deploy": "gh-pages -d dist",
38-
"release": "np"
38+
"release": "np --no-tests"
3939
},
4040
"eslintConfig": {
4141
"extends": "react-app"

0 commit comments

Comments
 (0)