Skip to content

Commit

Permalink
chore: npm run build [ci skip
Browse files Browse the repository at this point in the history
  • Loading branch information
SteelWagstaff committed Mar 7, 2023
1 parent 95284ec commit 8a3e79f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions dist/mix-manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"/scripts/book.js": "/scripts/book.js?id=e5bf5154f332f11c02b959aa338730ee",
"/scripts/pane.js": "/scripts/pane.js?id=10e8ae2697bf482aae7804e843ce0e40",
"/scripts/collapse-sections.js": "/scripts/collapse-sections.js?id=7be51c2021a15d32b2f7e1b1c3f5cf64",
"/scripts/lightbox.js": "/scripts/lightbox.js?id=a2127642acd666ceedfecad0392b0b52",
"/styles/book.css": "/styles/book.css?id=b0afe3bcbb3ac59895d2b8a7dde230c5",
"/styles/web-house-style.css": "/styles/web-house-style.css?id=bb6a35c6d32ad2658eeb795ee70d47f0",
"/scripts/book.js": "/scripts/book.js?id=93a82497e30e003e18a2733ea64a8897",
"/scripts/pane.js": "/scripts/pane.js?id=7e5b385cb135973c79f77706c6f54cd1",
"/scripts/collapse-sections.js": "/scripts/collapse-sections.js?id=b902d882dd21410b4387d805cd8a197f",
"/scripts/lightbox.js": "/scripts/lightbox.js?id=cb2b7b2a5fb303c3095de89b8c31a28c",
"/styles/book.css": "/styles/book.css?id=33449df12e33a708e3a76c50bf1ab86d",
"/styles/web-house-style.css": "/styles/web-house-style.css?id=c8696663b3ec84a5cad13a7cb3f7e6d6",
"/scripts/sharer.js": "/scripts/sharer.js?id=6c4124dc20b7b1bdf887c02216728137",
"/scripts/lity.js": "/scripts/lity.js?id=b91ed0405760d2e124c1ea7629271043",
"/scripts/details-element-polyfill.js": "/scripts/details-element-polyfill.js?id=60ad7c2161011e153d53948496ed7f81",
Expand Down
2 changes: 1 addition & 1 deletion dist/styles/book.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"recursive-copy-cli": "^1.0.20"
},
"scripts": {
"build": "mix",
"build": "mix --production",
"lint:scripts": "eslint \"assets/src/scripts/**/*.js\"",
"lint:styles": "stylelint \"assets/src/styles/**/*.scss\" \"assets/styles/**/*.scss\"",
"fix-styles": "stylelint \"assets/src/styles/**/*.scss\" \"assets/styles/**/*.scss\" --fix" ,
Expand Down

0 comments on commit 8a3e79f

Please sign in to comment.