We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20630d6 commit 66f9516Copy full SHA for 66f9516
package.json
@@ -82,7 +82,9 @@
82
"clean:build": "npm run rimraf -- dist",
83
"lint": "npm run tslint -- -c tslint.json './src/**/*.ts' './src/**/*.tsx'",
84
"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",
86
"build": "npm run lint && tsc",
87
+ "build-dev": "tsc",
88
"test": "node scripts/test.js --env=jsdom",
89
"prepublishOnly": "npm run clean && npm install && npm run build",
90
"version": "npm run build && git add .",
0 commit comments