We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14c6a2e commit 3c9ef5fCopy full SHA for 3c9ef5f
1 file changed
.circleci/config.yml
@@ -36,6 +36,9 @@ jobs:
36
steps:
37
- attach_workspace:
38
at: ~/repo
39
+ - run:
40
+ name: Build
41
+ command: npm run build
42
- run:
43
name: Authenticate with registry
44
command: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~/repo/.npmrc
0 commit comments