Skip to content

Commit

Permalink
fix(types-util): fix types script
Browse files Browse the repository at this point in the history
  • Loading branch information
deevus committed Jun 28, 2022
1 parent e8bf3ad commit c6c8270
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/analytics-util-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,13 @@
"amdName": "utilTypes",
"source": "src/index.js",
"main": "dist/analytics-util-types.js",
"types": "dist/index.d.ts",
"module": "dist/analytics-util-types.module.js",
"unpkg": "dist/analytics-util-types.umd.js",
"sideEffects": false,
"scripts": {
"test": "uvu tests -r esm -i setup",
"types": "tsc --noEmit false --emitDeclarationOnly true",
"types": "tsc --emitDeclarationOnly -d --allowJs --declarationDir dist/ src/index.js",
"start": "npm run sync && concurrently 'npm:watch:*' 'npm:copy' 'npm:serve'",
"serve": "servor dist index.html 8081 --reload --browse",
"copy": "watchlist examples -- npm run sync",
Expand Down

0 comments on commit c6c8270

Please sign in to comment.