Fix some bugs
This commit is contained in:
parent
1893b774e7
commit
fd14613db7
123 changed files with 187 additions and 31 deletions
3
package.json
Normal file → Executable file
3
package.json
Normal file → Executable file
|
|
@ -5,7 +5,8 @@
|
|||
"private": true,
|
||||
"scripts": {
|
||||
"start": "webpack-dev-server --mode development",
|
||||
"build": "webpack"
|
||||
"build": "webpack",
|
||||
"build-docker": "webpack && docker build -t portfolio . && docker save -o target/portfolio portfolio"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue