diff --git a/index.html b/index.html index 5072de52..c4d670d6 100644 --- a/index.html +++ b/index.html @@ -1503,7 +1503,7 @@

About

-

Last Update: 11.07.2024 11:55:59 (Türkiye)

+

@@ -4622,4 +4622,4 @@ - \ No newline at end of file + diff --git a/package.json b/package.json index 85650e6a..0a2a9162 100644 --- a/package.json +++ b/package.json @@ -3,10 +3,10 @@ "e2e": "node e2e-test-runner.js", "cypress": "cypress open", "test": "echo \"Error: no test specified\" && exit 1", - "build-bundle-js": "browserify app/main.js -o app/bundle.js --debug && node time-stamper.js", + "build-bundle-js": "browserify app/main.js -o app/bundle.js --debug", "watch-js": "nodemon -e js --watch app --ignore app/bundle.js -x \"npm run build-bundle-js\"", "watch-server": "nodemon server.js", - "release-build": "npm run build-bundle-js && node time-stamper.js", + "release-build": "npm run build-bundle-js", "debug-build": "parallelshell \"npm run watch-js\" \"npm run watch-server\"" }, "repository": {