Adding helper to locally link the lib

This commit is contained in:
Martin Karkowski 2022-01-25 17:52:05 +01:00
parent 225e735dda
commit ac1cb5b88e
2 changed files with 9 additions and 2 deletions

7
05-link.bat Normal file
View File

@ -0,0 +1,7 @@
@echo off
set DIR=%~dp0
cd "%DIR%"
if not "%1"=="am_admin" (powershell start -verb runas '%0' am_admin & exit /b)
npm link

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "nope",
"version": "1.0.10",
"version": "1.0.17",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "nope",
"version": "1.0.10",
"version": "1.0.17",
"license": "MIT",
"dependencies": {
"argparse": "^2.0.1",