Skip to content

Commit

Permalink
AG-26623 Fix GH workflow, reset version
Browse files Browse the repository at this point in the history
Merge in ADGUARD-FILTERS/tsurlfilter from fix/AG-26623-1 to master

Squashed commit of the following:

commit d5efa86
Author: scripthunter7 <[email protected]>
Date:   Mon Oct 30 17:20:46 2023 +0100

    Reset version

commit 07f6271
Author: scripthunter7 <[email protected]>
Date:   Mon Oct 30 17:20:35 2023 +0100

    Fix GH workflow
  • Loading branch information
scripthunter7 committed Oct 30, 2023
1 parent 585b0c2 commit 734892b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
ls -alt
# install deps
npx lerna@6 bootstrap --scope=@adguard/{agtree,tsurlfilter,tswebextension,api}
npx lerna@6 bootstrap --scope=@adguard/{agtree,tsurlfilter,tswebextension,api,css-tokenizer}
# agtree
npx lerna@6 run --scope @adguard/agtree check-types
Expand Down
2 changes: 1 addition & 1 deletion packages/css-tokenizer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@adguard/css-tokenizer",
"version": "0.0.2",
"version": "0.0.0",
"description": "CSS / Extended CSS tokenizer",
"keywords": [
"css",
Expand Down

0 comments on commit 734892b

Please sign in to comment.