chore: remove old scripts (#267)

Co-authored-by: Ankit Nayan <ankit@signoz.io>
This commit is contained in:
Yash Joshi 2021-08-23 11:53:05 +05:30 committed by GitHub
parent ac789ffcf0
commit 68b1b8d975
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,6 @@
"main": "webpack.config.js", "main": "webpack.config.js",
"scripts": { "scripts": {
"dev": "NODE_ENV=development webpack serve --progress", "dev": "NODE_ENV=development webpack serve --progress",
"start": "node scripts/start.js",
"build": "webpack --config=webpack.config.prod.js --progress", "build": "webpack --config=webpack.config.prod.js --progress",
"prettify": "prettier --write .", "prettify": "prettier --write .",
"lint": "eslint src", "lint": "eslint src",