Skip to content

Commit

Permalink
resolve conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
slavaleleka committed May 25, 2023
2 parents d220a6f + 3f6a7ae commit 6c61a03
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

- ability for `prevent-element-src-loading` scriptlet to prevent inline `onerror` and match `link` tag [#276](https://github.com/AdguardTeam/Scriptlets/issues/276)
- ability for `prevent-element-src-loading` scriptlet to prevent inline `onerror`
and match `link` tag [#276](https://github.com/AdguardTeam/Scriptlets/issues/276)
- new special value modifiers for `set-constant` [#316](https://github.com/AdguardTeam/Scriptlets/issues/316)

### Changed
Expand Down
10 changes: 7 additions & 3 deletions bamboo-specs/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,19 @@ Build:
yarn install
# run tests
yarn test
# build dist
yarn build
# build docs
yarn wiki:build-docs
node ./scripts/build-compatibility-table.js
# lint code and docs
yarn lint
yarn test
yarn build
rm -rf node_modules
artifacts:
- name: scriptlets.corelibs.json
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"browserstack": "babel-node scripts/build-tests.js && node browserstack.js",
"gui-test": "babel-node scripts/build-tests.js && open http://localhost:8585 && node ./tests/server.js",
"jest": "jest trusted-set-cookie-reload.spec.js",
"lint": "eslint --cache . && markdownlint .",
"lint": "eslint --cache . && yarn lint:md",
"lint:md": "markdownlint .",
"lint-staged": "lint-staged",
"prepare": "husky install",
Expand Down

0 comments on commit 6c61a03

Please sign in to comment.