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

Commit

Permalink
v8.4.1 - prepublishOnly script #381
Browse files Browse the repository at this point in the history
  • Loading branch information
jamieomaguire authored Jul 6, 2022
1 parent 84b53fb commit 030f136
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@ Future Todo List
- Deprecate modal and orderCard component styles in next major version as unused.


v8.4.1
------------------------------
*July 06, 2022*

### Changed
- switch from `prepare` to `prepublishOnly` in package.json scripts


v8.4.0
------------------------------
*July 06, 2022*
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@justeat/fozzie",
"title": "Fozzie – Just Eat UI Web Framework",
"description": "UI Web Framework for the Just Eat Global Platform",
"version": "8.4.0",
"version": "8.4.1",
"main": "dist/js/index.js",
"files": [
"dist/js",
Expand Down Expand Up @@ -69,7 +69,7 @@
"lint": "yarn run lint:css && yarn run lint:js",
"lint:css": "stylelint src/scss/**/*.scss",
"lint:js": "eslint --ext .js .",
"prepare": "concurrently -n \"lint,compile,test\" -c \"blue,yellow,green\" \"yarn lint\" \"yarn compile\" \"yarn test\" --kill-others-on-fail",
"prepublishOnly": "concurrently -n \"lint,compile,test\" -c \"blue,yellow,green\" \"yarn lint\" \"yarn compile\" \"yarn test\" --kill-others-on-fail",
"test": "jest",
"test:build": "sass --no-source-map --load-path=node_modules --style=compressed src/scss:dist/css",
"test:cover": "jest --collect-coverage",
Expand Down

0 comments on commit 030f136

Please sign in to comment.