Skip to content

Commit

Permalink
add force to webpack
Browse files Browse the repository at this point in the history
  • Loading branch information
keshav2010 committed Mar 9, 2024
1 parent dc8f5c7 commit e02b564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"build": "webpack --config webpack.config.js --watch",
"start": "tsx gameserver/index",
"dev": "webpack --config webpack.config.js --watch && tsx watch gameserver/index.ts",
"deploy": "npx webpack --config webpack.config.js && tsx gameserver/index",
"deploy": "npx webpack --config webpack.config.js -f && tsx gameserver/index",
"test": "ts-jest",
"run_server": "docker-compose up -d --build --remove-orphans",
"stop_server": "docker-compose down"
Expand Down

0 comments on commit e02b564

Please sign in to comment.