diff --git a/package.json b/package.json index 4a3b4d9..3a6c3e7 100644 --- a/package.json +++ b/package.json @@ -6,8 +6,7 @@ "scripts": { "test": "echo 'no tests yet!' && exit 0", "docker-dev": "nodemon ./app.js", - "build": "webpack --config webpack.config.js", - "frontend": "webpack-dev-server --entry ./frontend.jsx", + "build": "tsc", "start-ts": "ts-node ./app.ts", "start": "ts-node ./app.ts", "start-password": "USE_PASSWORD=true ts-node ./app.ts",