Skip to content

Commit 43d510b

Browse files
fix(GH action): explicit directory
1 parent cd344e3 commit 43d510b

File tree

1 file changed

+30
-30
lines changed

1 file changed

+30
-30
lines changed

package.json

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
11
{
2-
"name": "@geode/opengeodeweb-back",
3-
"scripts": {
4-
"json": "node generate_schemas.js"
5-
},
6-
"dependencies": {
7-
"glob": "^10.3.10"
8-
},
9-
"exports": "./schemas.json",
10-
"version": "0.0.0-semantically-released",
11-
"description": "",
12-
"main": "generate_schemas.js",
13-
"repository": {
14-
"type": "git",
15-
"url": "git+https://github.com/Geode-solutions/OpenGeodeWeb-Back.git"
16-
},
17-
"author": {
18-
"name": "Geode-solutions",
19-
"email": "[email protected]",
20-
"url": "https://geode-solutions.com/"
21-
},
22-
"license": "MIT",
23-
"bugs": {
24-
"url": "https://github.com/Geode-solutions/OpenGeodeWeb-Back/issues"
25-
},
26-
"homepage": "https://github.com/Geode-solutions/OpenGeodeWeb-Back",
27-
"publishConfig": {
28-
"access": "public"
29-
},
30-
"files": []
31-
}
2+
"name": "@geode/opengeodeweb-back",
3+
"scripts": {
4+
"json": "node generate_schemas.js"
5+
},
6+
"dependencies": {
7+
"glob": "^10.3.10"
8+
},
9+
"exports": "./schemas.json",
10+
"version": "0.0.0-semantically-released",
11+
"description": "",
12+
"main": "generate_schemas.js",
13+
"repository": {
14+
"type": "git",
15+
"url": "git+https://github.com/Geode-solutions/OpenGeodeWeb-Back.git"
16+
},
17+
"author": {
18+
"name": "Geode-solutions",
19+
"email": "[email protected]",
20+
"url": "https://geode-solutions.com/"
21+
},
22+
"license": "MIT",
23+
"bugs": {
24+
"url": "https://github.com/Geode-solutions/OpenGeodeWeb-Back/issues"
25+
},
26+
"homepage": "https://github.com/Geode-solutions/OpenGeodeWeb-Back",
27+
"publishConfig": {
28+
"access": "public"
29+
},
30+
"directory": "./src/opengeodeweb_back"
31+
}

0 commit comments

Comments
 (0)