File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 9
9
"prepare" : " grunt build" ,
10
10
"test" : " TS_NODE_PROJECT='tests/tsconfig.json' TS_NODE_FILES=true nyc mocha" ,
11
11
"check-node-version" : " check-node-version --npm 10.5.0" ,
12
- "commitlint" : " commitlint --from 86324da " ,
12
+ "commitlint" : " commitlint --from 47a4aea " ,
13
13
"eslint" : " eslint '{,!(node_modules|dist)/**/}*.{js,ts}'" ,
14
14
"markdownlint" : " markdownlint -c .markdownlint.json -i CHANGELOG.md '{,!(node_modules)/**/}*.md'" ,
15
- "standards" : " tsc -p tsconfig.json --pretty && npm run markdownlint && npm run eslint" ,
15
+ "standards" : " tsc -p tsconfig.json --pretty && npm run commitlint && npm run markdownlint && npm run eslint" ,
16
16
"release:preview" : " node ./node_modules/@silvermine/standardization/scripts/release.js preview" ,
17
17
"release:prep-changelog" : " node ./node_modules/@silvermine/standardization/scripts/release.js prep-changelog" ,
18
18
"release:finalize" : " node ./node_modules/@silvermine/standardization/scripts/release.js finalize"
You can’t perform that action at this time.
0 commit comments