Skip to content

Commit f578e8a

Browse files
alexeyrJudahmeek
authored andcommitted
Fix additional Knip issues
1 parent ed03f93 commit f578e8a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,10 @@
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",

packages/react-on-rails-pro-node-renderer/src/worker/vm.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -347,6 +347,7 @@ export async function buildVM(filePath: string) {
347347
return vmCreationPromise;
348348
}
349349

350+
/** @internal Used in tests */
350351
export function resetVM() {
351352
// Clear all VM contexts
352353
vmContexts.clear();

0 commit comments

Comments
 (0)