@signageos/front-display 14.12.2 → 14.12.3

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@signageos/front-display",
3
- "version": "14.12.2",
3
+ "version": "14.12.3",
4
4
  "main": "dist/bundle.js",
5
5
  "files": [
6
6
  "dist",
@@ -16,7 +16,7 @@
16
16
  "develop": "check-engine && node tools/build.mjs --serve",
17
17
  "docker": "docker compose up -d && docker compose exec app bash",
18
18
  "prebuild": "check-engine && mkdir -p dist es6 && npm run clean && npm rebuild @serialport/bindings-cpp",
19
- "prepare": "npm run build && npx husky install && git config blame.ignoreRevsFile .git-blame-ignore-revs",
19
+ "prepare": "npx husky install && git config blame.ignoreRevsFile .git-blame-ignore-revs",
20
20
  "test": "check-engine && env NODE_ENV=test ISOMORPHIC_TARGET=node mocha --opts mocha.opts",
21
21
  "test:coverage": "check-engine && env NODE_ENV=test ISOMORPHIC_TARGET=node c8 mocha --opts mocha.opts",
22
22
  "test-browser": "check-engine && karma start",