Skip to content

Commit 3a5cf47

Browse files
authored
Merge branch 'main' into feature/v6
2 parents 2c5caae + 24cd886 commit 3a5cf47

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"name": "govuk-frontend-docs",
44
"version": "1.0.0",
55
"scripts": {
6-
"postinstall": "npm run build:sassdoc && npm run build:sassdocv5 && npm run build:sassdocv4",
6+
"start": "bundle exec middleman server",
7+
"postinstall": "npm run build:sassdoc && npm run build:sassdocv4",
78
"build:sassdoc": "sassdoc --no-update-notifier --parse node_modules/govuk-frontend/dist/govuk/ > data/sassdoc.json",
89
"build:sassdocv5": "sassdoc --no-update-notifier --parse node_modules/govuk-frontend-v5/dist/govuk/ > data/sassdoc-v5.json",
910
"build:sassdocv4": "sassdoc --no-update-notifier --parse node_modules/govuk-frontend-v4/govuk/ > data/sassdoc-v4.json",

0 commit comments

Comments
 (0)