Skip to content

Commit 2ad607a

Browse files
committed
Update package.json
1 parent ca5deb6 commit 2ad607a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
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",
@@ -52,7 +52,7 @@
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",

0 commit comments

Comments
 (0)