mirror of
https://github.com/primer/css.git
synced 2024-12-23 14:13:14 +03:00
Rename workflow and test deprecations again
This commit is contained in:
parent
a3c4bc263e
commit
a83973c39a
@ -21,3 +21,6 @@ jobs:
|
|||||||
|
|
||||||
- name: Reporting bundle sizes
|
- name: Reporting bundle sizes
|
||||||
run: script/bundle-size-report.js --all
|
run: script/bundle-size-report.js --all
|
||||||
|
|
||||||
|
- name: Reporting selector diffs
|
||||||
|
run: script/selector-diff-report
|
@ -31,7 +31,8 @@
|
|||||||
"dev": "cd docs && npm install && npm run develop",
|
"dev": "cd docs && npm install && npm run develop",
|
||||||
"start-storybook": "start-storybook -p 8001",
|
"start-storybook": "start-storybook -p 8001",
|
||||||
"build-storybook": "build-storybook -o .storybuild",
|
"build-storybook": "build-storybook -o .storybuild",
|
||||||
"test": "npm-run-all -s test-urls",
|
"test": "npm-run-all -s test-urls test-deprecations",
|
||||||
|
"test-deprecations": "script/test-deprecations.js",
|
||||||
"test-urls": "script/test-doc-urls.js",
|
"test-urls": "script/test-doc-urls.js",
|
||||||
"release": "changeset publish"
|
"release": "changeset publish"
|
||||||
},
|
},
|
||||||
|
@ -1,8 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
set -e
|
|
||||||
|
|
||||||
echo "Reporting bundle sizes..."
|
|
||||||
script/bundle-size-report.js --all
|
|
||||||
|
|
||||||
echo "Reporting selector diffs..."
|
|
||||||
script/selector-diff-report
|
|
Loading…
Reference in New Issue
Block a user