1
0
mirror of https://github.com/uetchy/namae.git synced 2025-03-17 04:30:31 +09:00

chore: omit now-build

This commit is contained in:
uetchy 2019-09-01 13:38:55 +09:00
parent 0d3a1de15e
commit f5ff77c91f

View File

@ -3,7 +3,6 @@
"version": "0.1.0",
"scripts": {
"build": "tsc",
"now-build": "tsc",
"start": "tsc -w",
"test": "jest"
},