Remove unused scripts
This commit is contained in:
@ -4,10 +4,9 @@
|
||||
"license": "Business Source License 1.1",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"clean": "rimraf dist && rimraf build",
|
||||
"clean": "rimraf build",
|
||||
"build:server": "babel -d ./build/server ./server && babel -d ./build/shared ./shared && cp package.json ./build && ln -sf \"$(pwd)/webpack.config.dev.js\" ./build",
|
||||
"build:webpack": "webpack --config webpack.config.prod.js",
|
||||
"build:analyze": "webpack --config webpack.config.prod.js --json > stats.json",
|
||||
"build": "yarn clean && yarn build:webpack && yarn build:server",
|
||||
"start": "node ./build/server/index.js",
|
||||
"dev": "nodemon --exec \"yarn build:server && node build/server/index.js\" -e js --ignore build/",
|
||||
|
Reference in New Issue
Block a user