We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c89d30 commit 27e311bCopy full SHA for 27e311b
package.json
@@ -6,7 +6,7 @@
6
"lint": "eslint \"src/**/*.{js,vue}\"",
7
"lint:fix": "npm run lint -- --fix",
8
"format": "prettier --write \"src/**/*.{js,vue}\"",
9
- "utils": "git subtree pull --prefix=utils https://github.com/plain-solutions-gmbh/utils main --squash"
+ "utils": "git subtree pull --prefix=utils https://github.com/plain-solutions-gmbh/utils main --squash -m 'Update utils subtree'"
10
},
11
"devDependencies": {
12
"eslint": "^7.32.0",
0 commit comments