1
1
mirror of https://github.com/primer/css.git synced 2024-09-20 13:17:29 +03:00

run dist before next build

This commit is contained in:
Shawn Allen 2019-03-08 15:58:50 -08:00
parent 939b80ffcf
commit 2ffa61f000

View File

@ -28,7 +28,7 @@
"lint": "npm-run-all -s lint-css lint-js",
"lint-css": "stylelint --quiet --syntax scss src/**/*.scss",
"lint-js": "eslint lib docs .storybook",
"now-build": "next build",
"now-build": "npm run dist && next build",
"now-start": "next start",
"now-test": "npm-run-all -s now-build now-start",
"postpublish": "script/postpublish",