-
Notifications
You must be signed in to change notification settings - Fork 292
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix TypeScript builtin without workaround (#447)
- Loading branch information
1 parent
d928b4f
commit 0c2c2be
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
"ncc": "./dist/ncc/cli.js" | ||
}, | ||
"scripts": { | ||
"build": "node scripts/build && curl -L https://unpkg.com/@zeit/[email protected]/dist/ncc/loaders/ts-loader.js.cache.js > dist/ncc/loaders/ts-loader.js.cache.js", | ||
"build": "node scripts/build", | ||
"build-test-binary": "cd test/binary && node-gyp rebuild && cp build/Release/hello.node ../integration/hello.node", | ||
"codecov": "codecov", | ||
"test": "npm run build-test-binary && npm run build && node --expose-gc --max_old_space_size=3072 node_modules/.bin/jest", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters