File tree Expand file tree Collapse file tree 2 files changed +1178
-2673
lines changed
cassandra-distributed-task-queue-ui Expand file tree Collapse file tree 2 files changed +1178
-2673
lines changed Original file line number Diff line number Diff line change 2727 "build:copy:meta" : " copyfiles --flat package.json \" ../*.md\" ../LICENSE dist" ,
2828 "build:pack" : " cd dist && npm pack" ,
2929 "build:types" : " dotnet ts-gen --assembly ./../Cassandra.DistributedTaskQueue.TestApi/bin/netcoreapp3.1/win-x64/SkbKontur.Cassandra.DistributedTaskQueue.TestApi.dll --outputDir ./src/Domain/Api --nullabilityMode Pessimistic" ,
30- "start" : " webpack-dev-server --env. api=fake" ,
31- "start:prod" : " webpack-dev-server --env. api=real" ,
30+ "start" : " webpack serve --env api=fake" ,
31+ "start:prod" : " webpack serve --env api=real" ,
3232 "storybook" : " start-storybook -p 6006 -s ." ,
3333 "lint" : " run-s \" lint:*\" " ,
3434 "lint:tsc" : " tsc --noEmit" ,
109109 "tslib" : " ^2.1.0" ,
110110 "typescript" : " ^4.1.3" ,
111111 "url-loader" : " ^4.1.1" ,
112- "webpack" : " ^4.43 .0" ,
113- "webpack-cli" : " ^3.3.11 " ,
114- "webpack-dev-server" : " ^3.10.3 "
112+ "webpack" : " ^4.46 .0" ,
113+ "webpack-cli" : " ^4.4.0 " ,
114+ "webpack-dev-server" : " ^3.11.2 "
115115 }
116116}
You can’t perform that action at this time.
0 commit comments