@ilife-tech/react-application-flow-renderer 1.2.90 → 1.2.91

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ilife-tech/react-application-flow-renderer",
3
3
  "private": false,
4
- "version": "1.2.90",
4
+ "version": "1.2.91",
5
5
  "description": "A dynamic application flow renderer for React applications with Universal API support(sqv2.0)",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.esm.js",
@@ -22,9 +22,10 @@
22
22
  "lint": "eslint src --ext js,jsx",
23
23
  "lint:fix": "eslint src --ext js,jsx --fix",
24
24
  "format": "prettier --write \"src/**/*.{js,jsx,scss}\"",
25
+ "format:check": "prettier --check \"src/**/*.{js,jsx,scss}\"",
25
26
  "prepare": "husky install",
26
27
  "prepublishOnly": "npm run build",
27
- "preversion": "npm run lint",
28
+ "preversion": "npm run lint && npm run format:check",
28
29
  "version": "npm run format && git add -A src",
29
30
  "postversion": "git push && git push --tags",
30
31
  "storybook": "storybook dev -p 6006",