We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2c5caae + 24cd886 commit 3a5cf47Copy full SHA for 3a5cf47
1 file changed
package.json
@@ -3,7 +3,8 @@
3
"name": "govuk-frontend-docs",
4
"version": "1.0.0",
5
"scripts": {
6
- "postinstall": "npm run build:sassdoc && npm run build:sassdocv5 && npm run build:sassdocv4",
+ "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:sassdocv5": "sassdoc --no-update-notifier --parse node_modules/govuk-frontend-v5/dist/govuk/ > data/sassdoc-v5.json",
10
"build:sassdocv4": "sassdoc --no-update-notifier --parse node_modules/govuk-frontend-v4/govuk/ > data/sassdoc-v4.json",
0 commit comments