Skip to content

Commit c7a76ea

Browse files
committed
ci: use standalone project to test latest stable version
1 parent 4412f7f commit c7a76ea

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

.github/workflows/standalone-project.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,7 @@ jobs:
2323
with:
2424
node-version: ${{ matrix.node-version }}
2525

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-
3226
- run: yarn install
3327
- run: yarn build
3428
- run: node ./dist/index.js
29+
- run: yarn app-config -v

tests/standalone-project/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@
1010
"clean": "rm -rf dist *.tsbuildinfo"
1111
},
1212
"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"
13+
"@app-config/main": "2"
1614
},
1715
"devDependencies": {
1816
"typescript": "*"

0 commit comments

Comments
 (0)