smoothly 1.2.1-alpha.39 → 1.2.1-alpha.40

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 (1) hide show
  1. package/package.json +2 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "smoothly",
3
- "version": "1.2.1-alpha.39",
3
+ "version": "1.2.1-alpha.40",
4
4
  "description": "Web component library written in Stencil.",
5
5
  "author": "Utily",
6
6
  "license": "MIT",
@@ -48,6 +48,7 @@
48
48
  },
49
49
  "scripts": {
50
50
  "build": "stencil build",
51
+ "check-dts": "git diff --exit-code src/components.d.ts || (echo '❌ components.d.ts is outdated! Run \"npm run build\" and commit the changes.' && exit 1)",
51
52
  "start": "stencil build --dev --watch --serve",
52
53
  "lint": "eslint 'src/**/*.{js,ts,tsx}'",
53
54
  "fix": "eslint 'src/**/*.{js,ts,tsx}' --fix",