1
0
mirror of https://github.com/uetchy/namae.git synced 2025-03-18 04:50:32 +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", "version": "0.1.0",
"scripts": { "scripts": {
"build": "tsc", "build": "tsc",
"now-build": "tsc",
"start": "tsc -w", "start": "tsc -w",
"test": "jest" "test": "jest"
}, },