We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 77d58e8 + d152894 commit 24cd886Copy full SHA for 24cd886
1 file changed
package.json
@@ -3,6 +3,7 @@
3
"name": "govuk-frontend-docs",
4
"version": "1.0.0",
5
"scripts": {
6
+ "start": "bundle exec middleman server",
7
"postinstall": "npm run build:sassdoc && npm run build:sassdocv4",
8
"build:sassdoc": "sassdoc --no-update-notifier --parse node_modules/govuk-frontend/dist/govuk/ > data/sassdoc.json",
9
"build:sassdocv4": "sassdoc --no-update-notifier --parse node_modules/govuk-frontend-v4/govuk/ > data/sassdoc-v4.json",
0 commit comments