Skip to content

Commit 7b1b3cf

Browse files
Merge pull request #283 from purecloudlabs/fix-build
chore(build): fix build by changing commit lint commit
2 parents c6ce5b2 + 766dc0c commit 7b1b3cf

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
@@ -11,7 +11,7 @@
1111
"start-client-example": "npm run start --workspace=ifc-example-client",
1212
"test": "npm test --workspaces --if-present",
1313
"commit": "git-cz",
14-
"lint": "commitlint -f 321fe10d3ca4a45b91a3693d76412bb0aa796e32",
14+
"lint": "commitlint --from c6ce5b2c3ad19bf49b8fb340dda4cb526cb39708",
1515
"prettier": "prettier '**/*' --write --ignore-unknown --log-level silent",
1616
"sync-versions": "./scripts/sync-versions.mjs",
1717
"release": "standard-version",

0 commit comments

Comments
 (0)