Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

Commit fe7b9b6

Browse files
author
george
committed
Merge branch 'develop'
2 parents 129e7f4 + 324f32d commit fe7b9b6

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

netlify.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
[build]
44
base = ""
5-
publish = "build/"
6-
command = "npm run build"
5+
publish = "build"
6+
command = "npm run build:quiet"
77

88
[[redirects]]
99
from = "/*"

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
"style": "dist/undernet.css",
1313
"scripts": {
1414
"setup": "npm i && npm run js:build",
15-
"watch": "npm run js:build && webpack-dev-server --config webpack.dev.js --progress",
15+
"watch": "webpack-dev-server --config webpack.dev.js --progress",
1616
"build": "npm run js:build && webpack --config webpack.prod.js --progress",
17-
"build:quiet": "webpack --config webpack.prod.js --display minimal",
17+
"build:quiet": "npm run js:build && webpack --config webpack.prod.js --display minimal",
1818
"test": "jest",
1919
"test:watch": "jest --watch",
2020
"lint": "eslint . --ext .js -c .eslintrc.js --ignore-path .eslintignore; exit 0",
@@ -76,7 +76,7 @@
7676
"jshashes": "^1.0.7",
7777
"lodash": "^4.17.11",
7878
"lottie-web": "^5.5.5",
79-
"markdown-loader": "^5.0.0",
79+
"markdown-loader": "^5.1.0",
8080
"mini-css-extract-plugin": "^0.7.0",
8181
"node-sass": "^4.12.0",
8282
"optimize-css-assets-webpack-plugin": "^5.0.1",

0 commit comments

Comments
 (0)