feat: optional secret field (#1115)
* fix: add grab cursor to drag indicator * feat: optional secret field * chore: increment version * chore: format files * fix: import React automatically * fix: qr code button not clickable * fix: show entry types after title * fix: remove stylekit references * fix: import react * chore: update yarn.lock * fix: update webpack dev config * fix: styles import path * fix: skalert import * fix: misc * fix: build components using build:components script * fix(tmp): @standardnotes/styles as a dependency for @standardnotes/components-meta Co-authored-by: Johnny Almonte <johnny243@users.noreply.github.com>
This commit is contained in:
5
.github/workflows/pr.components.yml
vendored
5
.github/workflows/pr.components.yml
vendored
@@ -23,9 +23,10 @@ jobs:
|
||||
- name: Lint components
|
||||
run: yarn lint
|
||||
working-directory: packages/components
|
||||
|
||||
- name: Build components
|
||||
run: yarn build
|
||||
working-directory: packages/components
|
||||
run: yarn build:components
|
||||
|
||||
- name: Test components
|
||||
run: yarn test
|
||||
working-directory: packages/components
|
||||
|
||||
Reference in New Issue
Block a user