@ticmas/frontend-utils 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +2 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ticmas/frontend-utils",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "repository": "https://gitlab.com/vidatec/libs/frontend-utils.git",
5
5
  "license": "MIT",
6
6
  "scripts": {
@@ -8,6 +8,7 @@
8
8
  "build": "yarn clean-build && tsc -p tsconfig.build.json",
9
9
  "build-storybook": "yarn build && typedoc --out public",
10
10
  "lint": "eslint \"src/**/*.ts\" --fix",
11
+ "prepublish": "yarn build",
11
12
  "test": "vitest run --coverage",
12
13
  "test:ci": "vitest run --coverage --poolOptions.threads.singleThread --passWithNoTests",
13
14
  "test:watch": "vitest",