File tree Expand file tree Collapse file tree 2 files changed +3
-14
lines changed
packages/react-on-rails-pro-node-renderer Expand file tree Collapse file tree 2 files changed +3
-14
lines changed Original file line number Diff line number Diff line change 22 "name" : " react-on-rails-pro-node-renderer" ,
33 "version" : " 16.2.0-beta.11" ,
44 "description" : " React on Rails Pro Node Renderer for server-side rendering" ,
5- "private" : true ,
65 "directories" : {
76 "doc" : " docs"
87 },
5958 }
6059 },
6160 "scripts" : {
62- "build" : " yarn run clean && yarn run tsc" ,
63- "build-watch" : " yarn run clean && yarn run tsc --watch" ,
61+ "build" : " yarn run clean && yarn run tsc --project src/tsconfig.json " ,
62+ "build-watch" : " yarn run clean && yarn run tsc --watch --project src/tsconfig.json " ,
6463 "clean" : " rm -rf ./lib" ,
6564 "developing" : " nps node-renderer.debug" ,
6665 "test" : " jest tests" ,
67- "type-check" : " yarn run tsc --noEmit --noErrorTruncation" ,
66+ "type-check" : " yarn run tsc --noEmit --noErrorTruncation --project src/tsconfig.json " ,
6867 "prepack" : " nps build.prepack" ,
6968 "prepare" : " nps build.prepack" ,
7069 "prepublishOnly" : " yarn run build" ,
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments