Skip to content

Commit

Permalink
Merge pull request #90 from IGNF/suppression_import_aoc
Browse files Browse the repository at this point in the history
Suppression import aoc + maj version
  • Loading branch information
vinsag authored Jul 13, 2023
2 parents 7d6d911 + a5c8b36 commit 1d9c9b8
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 50 deletions.
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,13 +87,6 @@ createdb "apicarto"
psql -d "apicarto" -c "CREATE EXTENSION postgis"
```


### Chargement des données

```bash
PGDATABASE=apicarto npm run import
```

### Lancer le service

```bash
Expand Down
1 change: 0 additions & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ dependencies:
- psql -d apicarto -c "CREATE EXTENSION postgis;" -U postgres
- npm config set apicarto:pgUser postgres
- npm config list
- npm run import
- npm install coveralls

test:
Expand Down
78 changes: 39 additions & 39 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
{
"name": "apicarto",
"version": "v2.6.0",
"version": "v2.6.1",
"main": "index.js",
"scripts": {
"import": "npm run import-inao-appellation",
"import-inao-appellation": "node datasets/inao-appellation/import.js",
"test": "npm run lint && npm run test-unit",
"test-unit": "NODE_ENV=test nyc --reporter=html --reporter=text --reporter=cobertura mocha",
"lint": "eslint controllers/**/*.js middlewares/*.js helper/**/*.js *.js test/**/*.js lib/**/*.js",
Expand Down

0 comments on commit 1d9c9b8

Please sign in to comment.