File tree 3 files changed +8
-2
lines changed
3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ build/Release
41
41
# Dependency directories
42
42
node_modules /
43
43
jspm_packages /
44
+ .pnpm-store /
44
45
45
46
# TypeScript v1 declaration files
46
47
typings /
Original file line number Diff line number Diff line change @@ -3,4 +3,5 @@ pnpm-lock.yaml
3
3
coverage
4
4
dist
5
5
test-results
6
- ** /opensourcecredits /used-packages.json
6
+ ** /opensourcecredits /used-packages.json
7
+ .pnpm-store
Original file line number Diff line number Diff line change 15
15
"ci:lint-format" : " run-p ci:lint:* format:check -c" ,
16
16
"ci:lint:js" : " npm run lint:js && npm run lint:js -- -f json -o test-results/eslint.json" ,
17
17
"ci:lint:css" : " npm run lint:css -- -f json -o test-results/stylelint.json" ,
18
+ "build:packages" : " pnpm run build:styles" ,
19
+ "build:styles" : " pnpm --filter @knime/styles build" ,
18
20
"test:unit-components" : " pnpm --filter @knime/base-components test:unit" ,
19
21
"test:unit-ui-extensions-renderer" : " pnpm --filter @knime/ui-extensions-renderer test:unit" ,
20
22
"changeset" : " npx changeset" ,
21
23
"changeset:version" : " npx changeset version" ,
22
- "changeset:publish" : " npx changeset publish"
24
+ "changeset:publish" : " npx changeset publish" ,
25
+ "publish" : " pnpm run build:packages && pnpm run changeset:publish" ,
26
+ "audit" : " pnpm audit --prod"
23
27
},
24
28
"engines" : {
25
29
"node" : " 18.x - 20.x"
You can’t perform that action at this time.
0 commit comments