mirror of
https://github.com/nostalgic-css/NES.css.git
synced 2025-08-11 00:43:59 +02:00
build(circleci): store build artifacts
This commit is contained in:
committed by
Peter Colapietro
parent
713bfc731b
commit
84d6a95711
@@ -135,6 +135,9 @@ jobs:
|
|||||||
paths:
|
paths:
|
||||||
- css
|
- css
|
||||||
|
|
||||||
|
- store_artifacts:
|
||||||
|
path: css
|
||||||
|
|
||||||
build-in-all-supported-versions-of-node:
|
build-in-all-supported-versions-of-node:
|
||||||
<<: *defaults
|
<<: *defaults
|
||||||
|
|
||||||
@@ -157,6 +160,9 @@ jobs:
|
|||||||
name: Build the Framework
|
name: Build the Framework
|
||||||
command: npm run build
|
command: npm run build
|
||||||
|
|
||||||
|
- store_artifacts:
|
||||||
|
path: css
|
||||||
|
|
||||||
lint:
|
lint:
|
||||||
<<: *defaults
|
<<: *defaults
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user