Files
aitbc/packages/solidity/aitbc-token/.npmrc
aitbc 1fa7676a6f Migrate aitbc-token from npm to pnpm
- Delete package-lock.json and create .npmrc with engine-strict setting
- Generate pnpm-lock.yaml (without shamefully-hoist, works with Hardhat 3/TypeScript)
- Update package-tests.yml to use pnpm for aitbc-token package
- Validate migration: build, test (17 passing), and lint all succeed
- smart-contract-tests.yml already handles aitbc-token via pnpm from previous migration
2026-05-22 22:46:48 +02:00

5 lines
102 B
Plaintext

auto-install-peers=false
strict-peer-dependencies=true
prefer-frozen-lockfile=true
engine-strict=true