Skip to content

Commit d152894

Browse files
committed
Add npm start script that starts the middleman server
1 parent 77d58e8 commit d152894

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"name": "govuk-frontend-docs",
44
"version": "1.0.0",
55
"scripts": {
6+
"start": "bundle exec middleman server",
67
"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:sassdocv4": "sassdoc --no-update-notifier --parse node_modules/govuk-frontend-v4/govuk/ > data/sassdoc-v4.json",

0 commit comments

Comments
 (0)