Skip to content

Commit 97b6532

Browse files
jacksonjackson
jackson
authored and
jackson
committed
Switching to npm
1 parent 81da29a commit 97b6532

File tree

9 files changed

+27027
-17218
lines changed

9 files changed

+27027
-17218
lines changed

.drone-v1.yml

+3-5
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,9 @@ steps:
1515
CI: false
1616
commands:
1717
- cd react
18-
- pwd && corepack enable
19-
- pwd && yarn set version stable
20-
- pwd && yarn install
21-
- pwd && yarn build
22-
- pwd && yarn test-ci
18+
- pwd && npm install
19+
- pwd && npm run build
20+
- pwd && nom run test-ci
2321
when:
2422
event:
2523
- push

react/.eslintignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
node_modules

0 commit comments

Comments
 (0)