Remove prepublish admin build

This commit is contained in:
Jim Laurie 2018-04-17 11:20:13 +02:00
parent 67e4f37c03
commit 4364c33afe

View File

@ -19,8 +19,7 @@
"generate": "node ./node_modules/plop/plop.js --plopfile node_modules/strapi-helper-plugin/lib/internals/generators/index.js",
"lint": "node ./node_modules/strapi-helper-plugin/node_modules/.bin/eslint --ignore-path .gitignore --ignore-pattern '/admin/build/' --config ./node_modules/strapi-helper-plugin/lib/internals/eslint/.eslintrc.json admin",
"prettier": "node ./node_modules/strapi-helper-plugin/node_modules/.bin/prettier --single-quote --trailing-comma es5 --write \"{admin,__{tests,mocks}__}/**/*.js\"",
"test": "npm run lint",
"prepublishOnly": "npm run build"
"test": "npm run lint"
},
"dependencies": {
"apollo-server-koa": "^1.3.3",
@ -47,4 +46,4 @@
"npm": ">= 5.3.0"
},
"license": "MIT"
}
}