Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

Commit

Permalink
Add type declaration file to build
Browse files Browse the repository at this point in the history
  • Loading branch information
GriffinSauce committed Jul 25, 2021
1 parent 9f4101b commit 591a062
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"start": "npm run dev",
"dev": "./build.js -debug -watch -inline-sourcemap",
"build": "./build.js",
"build:declaration": "tsc --declaration --outFile dist/estrella-starter.d.ts --emitDeclarationOnly",
"prepublishOnly": "npm run build",
"build:declaration": "tsc --declaration --outFile dist/tailshake.d.ts --emitDeclarationOnly",
"prepublishOnly": "npm run build && npm run build:declaration",
"lint:es": "eslint '**/*.{js,jsx,ts,tsx}'",
"lint:ts": "npx tsc -p tsconfig.json --noEmit",
"lint": "yarn lint:ts && yarn lint:es",
Expand Down

0 comments on commit 591a062

Please sign in to comment.