Skip to content

Commit 4cf0784

Browse files
author
kobi
committed
chore: lock script [ci skip]
1 parent ad847e4 commit 4cf0784

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"bundle-dev": "webpack",
1818
"coverage": "nyc --extension=.ts --extension=.tsx --include='src/**/*.ts*' --all --reporter=html mocha --require=ts-node/register --require=source-map-support/register --recursive 'test/**/*.ts*'",
1919
"codecov": "nyc report --reporter=json && codecov -f coverage/*.json",
20-
"lock": "git add 'package-lock.json' && (git diff-index --quiet HEAD || git commit -m 'Lock')",
20+
"lock": "git add 'package-lock.json' && (git diff-index --quiet HEAD || git commit -m 'Lock [ci ckip]')",
2121
"cd": "standard-version -m \"chore(release): %s [ci skip]\" && npm publish && git push --follow-tags origin master"
2222
},
2323
"files": [

0 commit comments

Comments
 (0)