Skip to content

Commit

Permalink
Do not check in version.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
hildjj committed Aug 30, 2024
1 parent f4f0ce8 commit 521510b
Show file tree
Hide file tree
Showing 6 changed files with 121 additions and 185 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ coverage/
docs/
lib/
node_modules/
src/version.ts
web/playwright-report/
web/test-results/
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@
"build:sourcemap": "npm run build -- --sourcemap inline",
"watch": "tsup --sourcemap inline --watch src/ --watch test/ --onSuccess 'npm run test:noBuild'",
"ci": "npm run clean && npm run build:sourcemap && npm run lint && npm run test:noBuild",
"ver": "package-extract -st -o src/version.ts",
"version": "npm run clean && npm run ci && git add src/version.ts"
"ver": "package-extract -st -o src/version.ts"
},
"keywords": [
"coap",
Expand Down
Loading

0 comments on commit 521510b

Please sign in to comment.