Skip to content

Commit

Permalink
fixing build
Browse files Browse the repository at this point in the history
  • Loading branch information
girobusan committed Oct 31, 2022
1 parent 47dfcaf commit 21c90e3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/mdsite.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions docs/sidebar.ru.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
* [ Начало ](index.ru.md)
* [ Начало работы ](getting_started.ru.md)
* [ Кастомизация ](customization.ru.md)
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
"css-watch": "npx sass --watch src/style/style.scss:test/view.css",
"css-build": "npx sass src/style/style.scss:dist/view.css --no-source-map",
"build": "npx webpack --mode production",
"watch": "npx webpack --mode development",
"postbuild": "shx rm dist/loader.js dist/*.map"
"watch": "npx webpack --mode development"
},
"author": "",
"license": "ISC",
Expand Down

0 comments on commit 21c90e3

Please sign in to comment.