Skip to content

Commit 827b214

Browse files
committed
remove unneeded scripts
1 parent b4bd15a commit 827b214

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

package.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,7 @@
2222
"lint:module": "NODE_OPTIONS=--max-old-space-size=4096 yarn eslint packages/module",
2323
"lint:dev": "NODE_OPTIONS=--max-old-space-size=4096 yarn eslint packages/dev",
2424
"visual": "npx percy exec -- node snapshots.js",
25-
"test:a11y": "patternfly-a11y --config patternfly-a11y.config",
26-
"docs:develop": "pf-docs-framework start",
27-
"docs:build": "pf-docs-framework build all --output public",
28-
"docs:serve": "pf-docs-framework serve public --port 5000",
29-
"docs:screenshots": "pf-docs-framework screenshots --urlPrefix http://localhost:5000"
25+
"test:a11y": "patternfly-a11y --config patternfly-a11y.config"
3026
},
3127
"devDependencies": {
3228
"@patternfly/patternfly-a11y": "4.2.1",
@@ -112,4 +108,4 @@
112108
],
113109
"resolver": "./jest-resolver.js"
114110
}
115-
}
111+
}

0 commit comments

Comments
 (0)