Skip to content

Commit 570f2ef

Browse files
committed
Move to yarn
1 parent efdcdeb commit 570f2ef

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
@@ -34,7 +34,7 @@
3434
"test": "jest",
3535
"test:verbose": "jest --verbose",
3636
"test:coverage": "jest --coverage",
37-
"release": "npm run clean && npm install && npm run build && standard-version"
37+
"release": "yarn run clean && yarn install && yarn run build && standard-version"
3838
},
3939
"devDependencies": {
4040
"babel-cli": "^6.26.0",

0 commit comments

Comments
 (0)