We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc52f81 commit 21baf75Copy full SHA for 21baf75
packages/async-rewriter2/package.json
@@ -14,7 +14,7 @@
14
"lint": "npm run eslint . && npm run prettier -- --check .",
15
"check": "npm run lint",
16
"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",
+ "compile": "node scripts/make-runtime-support.js --firstpass && tsc -p tsconfig.json && node scripts/make-runtime-support.js --secondpass && tsc -p tsconfig.json",
18
"prepublish": "npm run compile",
19
"prettier": "prettier",
20
"reformat": "npm run prettier -- --write . && npm run eslint -- --fix"
0 commit comments