Skip to content

Commit 21baf75

Browse files
committed
chore: rename fix
1 parent dc52f81 commit 21baf75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/async-rewriter2/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"lint": "npm run eslint . && npm run prettier -- --check .",
1515
"check": "npm run lint",
1616
"depcheck": "depcheck",
17-
"compile": "node bin/make-runtime-support.js --firstpass && tsc -p tsconfig.json && node bin/make-runtime-support.js --secondpass && tsc -p tsconfig.json",
17+
"compile": "node scripts/make-runtime-support.js --firstpass && tsc -p tsconfig.json && node scripts/make-runtime-support.js --secondpass && tsc -p tsconfig.json",
1818
"prepublish": "npm run compile",
1919
"prettier": "prettier",
2020
"reformat": "npm run prettier -- --write . && npm run eslint -- --fix"

0 commit comments

Comments
 (0)