Skip to content

Commit ffaa0cc

Browse files
committed
cells in json files + only track cells.ts
Update .gitignore Update .gitignore Update .gitignore
1 parent f51d8fc commit ffaa0cc

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@ lib_src/**/*
55
!lib_src/tsconfig.json
66
!lib_src/tslint.json
77
tsconfig.tsbuildinfo
8+
9+
!lib_src/misc/cells.ts

lib_src/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@
3535

3636
"outDir": "../lib/misc"
3737
},
38-
"files": ["misc/colors.ts"],
38+
"files": ["misc/cells.ts"],
3939
"compileOnSave": false
4040
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"scripts": {
2525
"typescript": "tsc -p ./lib_src/tsconfig.json",
2626
"prettier_src": "prettier --write ./lib_src/**/*.ts",
27-
"prettier_out": "prettier --write ./lib/misc/colors.js",
27+
"prettier_out": "prettier --write ./lib/misc/cells.js",
2828
"build": "npm run typescript -s & npm run prettier_out -s",
2929
"lint": "eslint . --ext js,ts,coffee,json",
3030
"postinstall": "node script/postinstall.js"

0 commit comments

Comments
 (0)