File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
packages/react-on-rails-pro-node-renderer/src/worker Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 6767 "scripts" : {
6868 "test" : " yarn workspaces run test" ,
6969 "clean" : " yarn workspaces run clean" ,
70- "start" : " nps" ,
70+ "start" : " yarn run nps" ,
7171 "build" : " yarn workspace react-on-rails run build && yarn workspace react-on-rails-pro run build && yarn workspace react-on-rails-pro-node-renderer run build" ,
7272 "build-watch" : " yarn workspaces run build-watch" ,
73- "lint" : " nps eslint" ,
73+ "lint" : " yarn run nps eslint" ,
7474 "lint:scss" : " stylelint \" spec/dummy/app/assets/stylesheets/**/*.scss\" \" spec/dummy/client/**/*.scss\" " ,
7575 "check" : " yarn run lint && yarn workspaces run check" ,
7676 "type-check" : " yarn workspaces run type-check" ,
Original file line number Diff line number Diff line change @@ -347,6 +347,7 @@ export async function buildVM(filePath: string) {
347347 return vmCreationPromise ;
348348}
349349
350+ /** @internal Used in tests */
350351export function resetVM ( ) {
351352 // Clear all VM contexts
352353 vmContexts . clear ( ) ;
You can’t perform that action at this time.
0 commit comments