@mimik/local 6.0.9 → 6.0.10

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/scripts.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mimik/local",
3
- "version": "6.0.9",
3
+ "version": "6.0.10",
4
4
  "description": "Local setup configuration for normal and test opreration",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/scripts.json CHANGED
@@ -7,8 +7,8 @@
7
7
  "test-ci": "nyc --reporter=lcov --reporter=text npm test",
8
8
  "prestart": "node ./local/setup.js",
9
9
  "start": "sh server-start.sh",
10
- "pre-push": "npm run docs && npm run lint && npm run test",
11
- "pre-commit": "npm run docs && npm run lint",
10
+ "pre-push": "npm run docs && npm run lint && npm run test && node .local/unScripts.js",
11
+ "pre-commit": "npm run docs && npm run lint && node .local/unScripts.js",
12
12
  "prepare": "if [ \"$NODE_ENV\" != \"production\" ]\nthen\nhusky\nfi"
13
13
  },
14
14
  "husky": {