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.
2 parents 77a086c + f5fd0ae commit 014b256Copy full SHA for 014b256
package.json
@@ -11,7 +11,8 @@
11
"build": "rollup -c && cp src/index.js.flow dist/time-elements.js.flow && cp src/index.js.flow dist/time-elements-legacy.js.flow",
12
"prepublishOnly": "npm run build",
13
"pretest": "npm run build",
14
- "test": "karma start ./test/karma.config.js"
+ "test": "karma start ./test/karma.config.js",
15
+ "postpublish": "npm publish --ignore-scripts --@github:registry='https://npm.pkg.github.com'"
16
},
17
"repository": "github/time-elements",
18
"devDependencies": {
0 commit comments