Skip to content

Commit 6e4c804

Browse files
fix:update Makefile to install tyescript and python with migrate-upgrade
1 parent 7f14fb0 commit 6e4c804

File tree

4 files changed

+266
-215
lines changed

4 files changed

+266
-215
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ install-python:
7777
install-typescript:
7878
yarn add webpack && cd application/frontend && yarn build
7979

80-
install: install-typescript install-python
80+
install: install-typescript install-python migrate-upgrade
8181

8282
docker-dev:
8383
docker build -f Dockerfile-dev -t opencre-dev:$(shell git rev-parse HEAD) .

application/frontend/www/bundle.js

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
@@ -48,7 +48,7 @@
4848
"sass-loader": "^11.0.1",
4949
"style-loader": "2.0.0",
5050
"ts-jest": "^26.5.5",
51-
"webpack": "^5.92.1",
51+
"webpack": "^5.104.1",
5252
"webpack-cli": "^4.4.0",
5353
"webpack-dev-server": "^3.11.2"
5454
},

0 commit comments

Comments
 (0)