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 1313 "_check:links" : " npm run _cd:docsy.dev -- npm run _check:links" ,
1414 "_check:markdown" : " npx markdownlint-cli2" ,
1515 "_commit:public" : " npm run _cd:docsy.dev -- npm run _commit:public" ,
16- "_cp:bs-rfs" : " npx cpy 'node_modules/bootstrap/scss/vendor/*' assets/_vendor/bootstrap/scss/" ,
16+ "_cp:bs-rfs" : " npx cpy 'node_modules/bootstrap/scss/vendor/*.scss ' assets/_vendor/bootstrap/scss/" ,
1717 "_cp:bs-scrollspy" : " perl scripts/scrollspy-patch/extract-method.pl" ,
1818 "_diff:check" : " git diff --name-only --exit-code" ,
1919 "_gen-chroma-styles" : " bash -c scripts/gen-chroma-styles.sh" ,
5252 "serve" : " npm run _cd:docsy.dev -- npm run serve --" ,
5353 "set:version:example" : " cd ../docsy-example && node ../docsy/scripts/set-package-version/index.mjs" ,
5454 "set:version" : " npm run -s _spv -- -c config/production/params.yaml && npm run -s _spv && npm run -s fix:version" ,
55- "test:tooling" : " node --test" ,
55+ "test:tooling" : " node --test 'scripts/**/*.test.mjs' " ,
5656 "test:website" : " npm run cd:docsy.dev test" ,
5757 "test" : " npm run fix-and-test" ,
5858 "update:dep" : " npm install --save-exact @fortawesome/fontawesome-free@latest bootstrap@latest" ,
You can’t perform that action at this time.
0 commit comments