Skip to content
This repository has been archived by the owner on Nov 20, 2019. It is now read-only.

Commit

Permalink
bugfix: Oops, postinstall was not meant for users of the package
Browse files Browse the repository at this point in the history
  • Loading branch information
woutervanvliet committed Jul 23, 2018
1 parent a0e27e8 commit 97580e8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"scripts": {
"clean": "rimraf ./docs/dist ./lib",
"lint": "eslint . --fix && echo \"eslint: no lint errors\"",
"test": "npm run lint && npm run test:unit && npm run test:3 && npm run flow",
"test": "(cd ./test/webpack3; yarn install) && npm run lint && npm run test:unit && npm run test:3 && npm run flow",
"test:unit": "NODE_ENV=test mocha src/{,**/}*.spec.js",
"test:watch": "NODE_ENV=test mocha src/{,**/}*.spec.js -w",
"test:3": "NODE_ENV=test mocha test/webpack3/index.js",
Expand All @@ -20,8 +20,7 @@
"build": "babel src --out-dir lib",
"version": "yarn build && pkgfiles",
"docs:development": "babel-node ./node_modules/.bin/webpack-dev-server --mode=development --config=docs/webpack/developmentConfig.js --progress",
"docs:production": "npm run clean && NODE_ENV=docs-browser-production babel-node ./node_modules/.bin/webpack --mode=production --config=docs/webpack/productionConfig.js --progress",
"postinstall": "(cd ./test/webpack3; yarn install)"
"docs:production": "npm run clean && NODE_ENV=docs-browser-production babel-node ./node_modules/.bin/webpack --mode=production --config=docs/webpack/productionConfig.js --progress"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 97580e8

Please sign in to comment.