File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -3,3 +3,4 @@ package-lock=false
3
3
lockfile = true
4
4
prefer-frozen-lockfile = false
5
5
strict-peer-dependencies = false
6
+ build-from-source = true
Original file line number Diff line number Diff line change 69
69
" tsconfig.json"
70
70
],
71
71
"scripts" : {
72
- "install" : " (shx test -f ./script/build.js || run-s build.js) && echo 'running node-gyp-build:' && node-gyp-build" ,
72
+ "install" : " (shx test -f ./script/build.js || run-s build.js) && node-gyp-build" ,
73
73
"clean" : " shx rm -rf ./build ./lib/ ./prebuilds ./script/*.js ./script/*.js.map ./script/*.d.ts ./script/*.tsbuildinfo" ,
74
74
"clean.temp" : " shx rm -rf ./tmp && shx mkdir -p ./tmp && shx touch ./tmp/.gitkeep" ,
75
75
"build.library" : " tsc -p ./src/tsconfig.json && downlevel-dts ./lib ./lib/ts3.7 --to=3.7" ,
You can’t perform that action at this time.
0 commit comments