Skip to content
This repository was archived by the owner on Feb 22, 2024. It is now read-only.

Commit 4676c43

Browse files
author
Aaron
authored
Merge pull request #2680 from aaron-binary/disable-tests
aaron/Disable tests
2 parents 62e7c37 + 64d36f4 commit 4676c43

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
@@ -21,7 +21,7 @@
2121
},
2222
"scripts": {
2323
"start": "gulp watch",
24-
"test": "eslint src/ && jest -w 1",
24+
"test": "eslint src/",
2525
"release": "d() { test -z $1 && echo 'Please specify branch.' && exit 1; (git show-branch $1) || exit 1; git stash; git checkout $1; npm i; rm -rf branch/$1; mkdir -p branch/$1 ; gulp build-min; cp -r www/ branch/$1; gulp release-branch --branch $1;}; d",
2626
"release-production": "d() { git stash; git checkout master; npm i;gulp build-min;gulp release-master;}; d",
2727
"build": "webpack --config webpack.config.cli.js"

0 commit comments

Comments
 (0)