Skip to content

Commit

Permalink
fix: Use correct build script for a ts-package
Browse files Browse the repository at this point in the history
  • Loading branch information
Iku-turso committed Apr 24, 2023
1 parent 410a78e commit d80a233
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/linkable/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"webpack-shebang-plugin": "^1.1.8"
},
"scripts": {
"build": "ogre-tools-build-js",
"build": "ogre-tools-build-ts",
"test": "ogre-tools-test",
"code-style:verify": "ogre-tools-verify-code-style",
"code-style:fix": "ogre-tools-fix-code-style"
Expand Down

0 comments on commit d80a233

Please sign in to comment.