Skip to content

Commit 5663f6b

Browse files
committed
Update scripts
1 parent f673b3a commit 5663f6b

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
@@ -33,7 +33,7 @@
3333
"test": "jest",
3434
"test:verbose": "jest --verbose",
3535
"test:coverage": "jest --coverage --runInBand --no-cache",
36-
"release": "yarn run clean && yarn install && yarn run build && ./node_modules/.bin/standard-version"
36+
"release": "yarn run build && ./node_modules/.bin/standard-version"
3737
},
3838
"devDependencies": {
3939
"babel-cli": "^6.26.0",

0 commit comments

Comments
 (0)