Skip to content

Commit

Permalink
Change npm run into yarn run
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmaj committed Jul 11, 2018
1 parent b808a0b commit 8582b5b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
"main": "dist/entry.js",
"es6": "src/entry.js",
"scripts": {
"build": "npm run build-js && npm run copy-styles",
"build": "yarn run build-js && yarn run copy-styles",
"build-js": "babel src -d dist --ignore __tests__",
"copy-styles": "node ./copy-styles.js",
"prepublishOnly": "npm run build",
"test": "npm run test-eslint && npm run test-jest",
"prepublishOnly": "yarn run build",
"test": "yarn run test-eslint && yarn run test-jest",
"test-eslint": "eslint ./src",
"test-jest": "jest",
"test-jest-coverage": "jest --coverage"
Expand Down

0 comments on commit 8582b5b

Please sign in to comment.