Remove preinstall scripts

This commit is contained in:
Pierre Burgy 2017-06-09 12:10:10 +01:00
parent 11dd58de09
commit 4371cf3636
2 changed files with 0 additions and 4 deletions

View File

@ -28,8 +28,6 @@ module.exports = scope => {
'analyze:clean': 'node_modules/strapi-helper-plugin/node_modules/rimraf/bin.js stats.json',
'preanalyze': 'npm run analyze:clean',
'analyze': 'node node_modules/strapi-helper-plugin/lib/internals/scripts/analyze.js',
'npmcheckversion': 'node node_modules/strapi-helper-plugin/lib/internals/scripts/npmcheckversion.js',
'preinstall': 'npm run npmcheckversion',
'postinstall': 'npm run build:dll',
'prebuild': 'npm run build:clean && npm run test',
'build': 'node_modules/strapi-helper-plugin/node_modules/cross-env/bin/cross-env.js NODE_ENV=production node_modules/strapi-helper-plugin/node_modules/webpack/bin/webpack.js --config node_modules/strapi-helper-plugin/lib/internals/webpack/webpack.prod.babel.js --color -p --progress',

View File

@ -31,8 +31,6 @@
"analyze:clean": "node_modules/strapi-helper-plugin/node_modules/rimraf/bin.js stats.json",
"preanalyze": "npm run analyze:clean",
"analyze": "node node_modules/strapi-helper-plugin/lib/internals/scripts/analyze.js",
"npmcheckversion": "node node_modules/strapi-helper-plugin/lib/internals/scripts/npmcheckversion.js",
"preinstall": "npm run npmcheckversion",
"postinstall": "npm run build:dll",
"prebuild": "npm run build:clean && npm run test",
"build": "node_modules/strapi-helper-plugin/node_modules/cross-env/bin/cross-env.js NODE_ENV=production node_modules/strapi-helper-plugin/node_modules/webpack/bin/webpack.js --config node_modules/strapi-helper-plugin/lib/internals/webpack/webpack.prod.babel.js --color -p --progress",