Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit ac42b26

Browse files
authored
Update circle.yml
1 parent 2eea95e commit ac42b26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ dependencies:
1313
- node --version
1414
- npm --version
1515
- nvm --version
16+
- rm package-lock.json
1617
- npm config set strict-ssl false
1718
- npm install -d --ca=null
1819

1920
compile:
2021
override:
2122
- ls node_modules/*
22-
- npm rebuild node-sass
2323
- npm run lint
2424
- npm run build
2525

0 commit comments

Comments
 (0)