Skip to content
This repository was archived by the owner on May 10, 2018. It is now read-only.

Commit b354300

Browse files
committed
Build configuration
1 parent 3ac90eb commit b354300

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.npmignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
src
2-
.circleci
2+
.circleci
3+
dist/test.*

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"scripts": {
88
"prepublish": "npm run build",
99
"start": "ts-node --inspect src/index.ts",
10-
"build": "tsc -d"
10+
"build": "rm -rf dist && tsc -d"
1111
},
1212
"keywords": [
1313
"graphql"

0 commit comments

Comments
 (0)