Skip to content

Commit a383d0b

Browse files
committed
chore(package): remove yarn -s flag for v1 compat
1 parent d5e1017 commit a383d0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
"#</git hooks>": "handled by husky",
1313
"lint": "eslint --ignore-path .gitignore --fix \"**/*.js\"",
1414
"test": "cross-env NODE_ENV=test DEBUG=nuxt:netlify-cms jest --runInBand --forceExit",
15-
"pretest": "yarn lint -s",
15+
"pretest": "yarn lint",
1616
"build": "babel --ignore /__tests__/,/__mocks__/ -d ./dist ./src",
1717
"watch": "babel -w --ignore /__tests__/,/__mocks__/ -d ./dist ./src",
1818
"release": "standard-version; git push --follow-tags",
19-
"prepare": "yarn build -s"
19+
"prepare": "yarn build"
2020
},
2121
"files": [
2222
"lib",

0 commit comments

Comments
 (0)