require the use of node prefix on native imports
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
|
||||
const fs = require('fs-extra');
|
||||
const { getPackages } = require('@manypkg/get-packages');
|
||||
const { resolve: resolvePath, join: joinPath } = require('path');
|
||||
const { resolve: resolvePath, join: joinPath } = require('node:path');
|
||||
|
||||
/**
|
||||
* This script checks that all local package dependencies within the repo
|
||||
|
||||
Reference in New Issue
Block a user