Skip to content

Commit

Permalink
Rename build folder to scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Mar 24, 2024
1 parent c3ef155 commit 4288587
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"test-stylelint": "stylelint src/assets/scss/ --cache --cache-location .cache/.stylelintcache",
"test-markdownlint": "markdownlint-cli2 \"**/*.md\" \"!**/node_modules/**\"",
"test-linkinator": "linkinator _site --recurse --silent --skip \"^(?!http://localhost)\"",
"test-vnu": "node build/vnu-jar.mjs",
"test-vnu": "node scripts/vnu-jar.mjs",
"test-lockfile-lint": "lockfile-lint --allowed-hosts npm --allowed-schemes https: --empty-hostname false --type npm --path package-lock.json",
"netlify": "cross-env-shell HUGO_BASEURL=$DEPLOY_PRIME_URL npm run build"
},
Expand Down
2 changes: 1 addition & 1 deletion build/vnu-jar.mjs → scripts/vnu-jar.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/*!
* Script to run vnu-jar if Java is available.
* Copyright 2017-2023 The Bootstrap Authors
* Copyright 2017-2024 The Bootstrap Authors
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/

Expand Down

0 comments on commit 4288587

Please sign in to comment.