Skip to content

Commit 28389e3

Browse files
committed
chore(nat): Add null build script
1 parent 9bea95a commit 28389e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/nat/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"./package.json": "./package.json"
1010
},
1111
"scripts": {
12+
"build": "exit 0",
1213
"test": "ava test/**/test-*.js",
1314
"lint-fix": "eslint --fix",
1415
"lint-check": "eslint"

0 commit comments

Comments
 (0)