1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-04-20 22:22:05 +02:00

build(circleci): store build artifacts

This commit is contained in:
Pete Colapietro 2020-06-03 14:03:30 -04:00 committed by Peter Colapietro
parent 713bfc731b
commit 84d6a95711

View File

@ -135,6 +135,9 @@ jobs:
paths:
- css
- store_artifacts:
path: css
build-in-all-supported-versions-of-node:
<<: *defaults
@ -157,6 +160,9 @@ jobs:
name: Build the Framework
command: npm run build
- store_artifacts:
path: css
lint:
<<: *defaults