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 77a086c commit f5fd0aeCopy full SHA for f5fd0ae
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