Skip to content
This repository was archived by the owner on Dec 10, 2021. It is now read-only.

Commit cf11752

Browse files
committed
Remove unintended change
1 parent 64efe1c commit cf11752

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"test:project": "cd test/project && yarn sls openapi generate",
3131
"test:prepare": "scripts/prepareTests.bash",
3232
"build:link": "yarn build && cd build && yarn link",
33-
"build:watch": "yarn build && yarn tsc --watch",
33+
"build:watch": "yarn build && tsc --watch",
3434
"build": "scripts/build.bash"
3535
},
3636
"devDependencies": {

0 commit comments

Comments
 (0)