Skip to content

Commit a956b09

Browse files
authored
type-length-value js: check in lockfile (solana-program#80)
* type-length-value js: check in lockfile * update lint jobs
1 parent d145c2e commit a956b09

File tree

3 files changed

+2205
-6
lines changed

3 files changed

+2205
-6
lines changed

type-length-value/js/.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
node_modules
66

7-
pnpm-lock.yaml
87
yarn.lock
98

109
docs

type-length-value/js/package.json

+4-5
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,10 @@
3333
"deploy": "npm run deploy:docs",
3434
"deploy:docs": "npm run docs && gh-pages --dest type-length-value/js --dist docs --dotfiles",
3535
"docs": "shx rm -rf docs && typedoc && shx cp .nojekyll docs/",
36-
"format": "prettier --check .",
37-
"format:fix": "prettier --write .",
38-
"lint": "eslint --max-warnings 0 .",
39-
"lint:fix": "eslint --fix .",
40-
"nuke": "shx rm -rf node_modules package-lock.json || true",
36+
"format": "prettier --check src test",
37+
"format:fix": "prettier --write src test",
38+
"lint": "eslint --max-warnings 0 src test",
39+
"lint:fix": "eslint --fix src test",
4140
"postbuild": "shx echo '{ \"type\": \"commonjs\" }' > lib/cjs/package.json",
4241
"reinstall": "npm run nuke && npm install",
4342
"release": "npm run clean && npm run build",

0 commit comments

Comments
 (0)