Commit 7f46fbb Henrik Fricke
committed
1 parent 9a8c420 commit 7f46fbb Copy full SHA for 7f46fbb
File tree 2 files changed +13
-6
lines changed
2 files changed +13
-6
lines changed Original file line number Diff line number Diff line change 1
1
machine :
2
2
node :
3
3
version : 4.5.0
4
+ environment :
5
+ PATH : " ${PATH}:${HOME}/${CIRCLE_PROJECT_REPONAME}/node_modules/.bin"
4
6
5
7
dependencies :
6
8
pre :
7
- - npm install -g yarn
8
- - yarn global dot-json
9
-
9
+ - echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
10
+
10
11
override :
11
12
- yarn
12
13
13
- test :
14
+ post :
15
+ - yarn global add dot-json
16
+
17
+ cache_directories :
18
+ - ~/.cache/yarn
19
+
20
+ test :
14
21
override :
15
22
- yarn test
16
23
@@ -19,4 +26,4 @@ deployment:
19
26
tag : /v[0-9]+(\.[0-9]+)*$/
20
27
commands :
21
28
- dot-json package.json version ${CIRCLE_TAG:1}
22
- - yarn publish
29
+ - npm publish
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " serverless-dotenv" ,
2
+ "name" : " @jimdo/ serverless-dotenv" ,
3
3
"description" : " serverless plugin to fetch environment variables and write it to a .env file" ,
4
4
"main" : " src/index.js" ,
5
5
"author" : " Henrik Fricke <henrik.fricke@jimdo.com>" ,
You can’t perform that action at this time.
0 commit comments