Adds SFRA 6.0
This commit is contained in:
17
storefront-reference-architecture/.circleci/config.yml
Normal file
17
storefront-reference-architecture/.circleci/config.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
orbs:
|
||||
node: circleci/node@1.1
|
||||
|
||||
jobs:
|
||||
build:
|
||||
working_directory: ~/build_only
|
||||
executor:
|
||||
name: node/default
|
||||
tag: '12.21'
|
||||
steps:
|
||||
- checkout
|
||||
- run: npm install
|
||||
- run: npm run lint
|
||||
- run: npm run test
|
||||
- run: npm run compile:js
|
||||
- run: npm run compile:scss
|
||||
version: 2.1
|
Reference in New Issue
Block a user