refactor: simplify project file lookup

This commit is contained in:
Igor Randjelovic
2021-03-07 19:33:42 +01:00
parent 39d90d5c32
commit 02d2befc8a
7 changed files with 26 additions and 49 deletions

View File

@@ -11,7 +11,7 @@
},
"license": "Apache-2.0",
"scripts": {
"build": "tsc --project tsconfig.build.json && ts-node ./scripts/injectGlobals.ts dist/index.js __TEST__=false",
"build": "tsc --project tsconfig.build.json",
"test": "jest",
"prepack": "npm run build && cp -R src/stubs dist/stubs && chmod +x dist/bin/index.js"
},
@@ -65,7 +65,6 @@
"memfs": "^3.2.0",
"nativescript-vue-template-compiler": "^2.8.2",
"ts-jest": "^26.5.2",
"ts-node": "^9.1.1",
"typescript": "^4.2.2",
"unionfs": "^4.4.0"
},