Skip to content

Commit

Permalink
Support unusual characters (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ndpnt authored Feb 20, 2024
1 parent fef3c0d commit b37acf3
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 44 deletions.
65 changes: 23 additions & 42 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
"start": "ota track",
"start:api": "ota serve",
"start:schedule": "npm run start -- --schedule",
"start:modified": "git diff --name-only HEAD $(git merge-base HEAD origin/main) -- ./declarations/ | grep -v .history | grep -v .filters | sed 's/declarations\\///g' | sed 's/.json//g' | sed 's/.*/\"&\"/' | xargs -r npm run start -- --services",
"start:modified": "git diff -z --name-only HEAD $(git merge-base HEAD origin/main) -- ./declarations/ | tr '\\0' '\\n' | grep -v .history | grep -v .filters | sed 's/declarations\\///g' | sed 's/.json//g' | sed 's/.*/\"&\"/' | xargs -r npm run start -- --services",
"dataset": "ota dataset",
"dataset:schedule": "npm run dataset -- --publish --remove-local-copy --schedule"
},
"dependencies": {
"@opentermsarchive/engine": "~0.34.2"
"@opentermsarchive/engine": "~0.37.1"
}
}

0 comments on commit b37acf3

Please sign in to comment.