We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4412f7f commit c7a76eaCopy full SHA for c7a76ea
.github/workflows/standalone-project.yml
@@ -23,12 +23,7 @@ jobs:
23
with:
24
node-version: ${{ matrix.node-version }}
25
26
- - run: yarn install && yarn build
27
- working-directory: ./app-config-main
28
-
29
- - run: find . -name node_modules -exec rm -rf {} \; -prune
30
- working-directory: .
31
32
- run: yarn install
33
- run: yarn build
34
- run: node ./dist/index.js
+ - run: yarn app-config -v
tests/standalone-project/package.json
@@ -10,9 +10,7 @@
10
"clean": "rm -rf dist *.tsbuildinfo"
11
},
12
"dependencies": {
13
- "@app-config/core": "file:../../app-config-core",
14
- "@app-config/node": "file:../../app-config-node",
15
- "@app-config/main": "file:../../app-config-main"
+ "@app-config/main": "2"
16
17
"devDependencies": {
18
"typescript": "*"
0 commit comments