Skip to content

Commit

Permalink
add START/STOP_COMPONENT symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
menduz committed Mar 18, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent f260575 commit 2128912
Showing 6 changed files with 458 additions and 985 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@ jobs:
with:
node-version: 14.x
- name: install
run: npm install
run: yarn install
- name: make
run: make build
- name: Publish
12 changes: 11 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -2,4 +2,14 @@ dist
node_modules
temp
*.tgz
.vscode/settings.json
.vscode/settings.json
# Devenv
.devenv*
devenv.local.nix

# direnv
.direnv

# pre-commit
.pre-commit-config.yaml

Loading

0 comments on commit 2128912

Please sign in to comment.