We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdecaa1 commit 74e0342Copy full SHA for 74e0342
.circleci/config.yml
@@ -28,6 +28,7 @@ jobs:
28
- attach_workspace:
29
at: .
30
- run: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
31
+ - run: npm install
32
- run: npm publish
33
# dont change anything
34
workflows:
package.json
@@ -30,8 +30,7 @@
"jest": "jest --no-cache --maxWorkers=4 --config config/jest/default.js",
"lint": "npm run lint:js",
"lint:js": "./node_modules/.bin/eslint --ext .js,.jsx .",
- "test": "npm run lint && npm run jest",
- "rimraf": "./node_modules/rimraf/bin.js"
+ "test": "npm run lint && npm run jest"
35
},
36
"version": "0.16.0",
37
"dependencies": {
0 commit comments