Skip to content

Commit c55a3e6

Browse files
committed
fix build
1 parent e60b184 commit c55a3e6

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[build]
44
# The command to build your Docusaurus site
5-
command = "npm install && npm run build"
5+
command = "npm run build"
66

77
# The directory that contains the deploy-ready static files
88
publish = "build"

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@
3737
},
3838
"devDependencies": {
3939
"autoprefixer": "^10.4.14",
40-
"postcss-import": "^16.0.0",
4140
"buffer": "^6.0.3",
4241
"js-yaml": "^4.1.0",
4342
"path-browserify": "^1.0.1",
4443
"postcss": "^8.4.21",
44+
"postcss-import": "^16.1.1",
4545
"process": "^0.11.10",
4646
"stream-browserify": "^3.0.0",
4747
"swc-loader": "^0.2.3",

0 commit comments

Comments
 (0)