Skip to content

Commit 66f9516

Browse files
committed
have a development build option that doesn't use tslint
1 parent 20630d6 commit 66f9516

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,9 @@
8282
"clean:build": "npm run rimraf -- dist",
8383
"lint": "npm run tslint -- -c tslint.json './src/**/*.ts' './src/**/*.tsx'",
8484
"start": "npm install && npm run build && npm --prefix ./sample run start",
85+
"start-dev": "npm install && npm run build-dev && npm --prefix ./sample run start",
8586
"build": "npm run lint && tsc",
87+
"build-dev": "tsc",
8688
"test": "node scripts/test.js --env=jsdom",
8789
"prepublishOnly": "npm run clean && npm install && npm run build",
8890
"version": "npm run build && git add .",

0 commit comments

Comments
 (0)