Skip to content

Commit 1275c60

Browse files
committed
circle ci configuration
1 parent 5f19d03 commit 1275c60

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.cirrus.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ container:
44
test_task:
55
node_modules_cache:
66
folder: node_modules
7-
fingerprint_script: cat yarn.lock
8-
populate_script: yarn install
9-
script: yarn build
7+
fingerprint_script: cat package-lock.json
8+
populate_script: npm install
9+
script: npm run build

0 commit comments

Comments
 (0)