Skip to content

Commit

Permalink
📌 chore: pin typescript to build executable version
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx committed Jun 12, 2022
1 parent cf4a0b6 commit 69664e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
/node_modules

.idea
pnpm-lock.yaml
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"generate": "sketchtool run ./sketch-internal-types.sketchplugin generate",
"prettier": "prettier src/*.ts",
"lint": "npm run prettier",
"postinstall": "npm run build",
"release": "semantic-release"
},
"devDependencies": {
Expand All @@ -38,7 +39,7 @@
"semantic-release": "^18.0.0",
"semantic-release-config-gitmoji": "^1.2.4",
"ts-node": "^9.1.1",
"typescript": "^4.4.4"
"typescript": "~4.4.4"
},
"dependencies": {
"cocoascript-types": "latest"
Expand Down

0 comments on commit 69664e5

Please sign in to comment.