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 14c8704 commit 82aa20bCopy full SHA for 82aa20b
.travis.yml
@@ -13,5 +13,4 @@ jobs:
13
provider: script
14
skip_cleanup: true
15
script:
16
- - npm run build
17
- npx semantic-release
package.json
@@ -15,13 +15,8 @@
"build:npm": "babel source --presets babel-preset-latest --out-dir distribution",
"build:dist": "webpack",
"test": "echo 'doing nothing'",
18
- "lint": "eslint source",
19
- "docs": "jsdoc source/*.js -d ./docs/"
20
- },
21
- "precommit": {
22
- "run": [
23
- "lint"
24
- ]
+ "docs": "jsdoc source/*.js -d ./docs/",
+ "prepublish": "npm run build"
25
},
26
"devDependencies": {
27
"amd-loader": "^0.0.5",
0 commit comments