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 471f47c commit 3a670e6Copy full SHA for 3a670e6
package.json
@@ -3,7 +3,7 @@
3
"postinstall": "yarn setup && yarn compile-sass && yarn compile-js",
4
"setup": "cp -r ./node_modules/atomic-package ./assets/ && yarn font:link && yarn uikit:css",
5
"uikit:css": "make-dir css && cp ./node_modules/uikit/dist/css/uikit.min.css ./css/theme_uikit.css",
6
- "font:link": "symlink-dir ./assets/atomic-package/dist/font ./font",
+ "font:link": "cp -r ./assets/atomic-package/dist/font ./font",
7
"compile-sass": "make-dir css && yarn sass",
8
"sass": "sass scss/atomic-package-docs.scss css/theme.css && yarn autoprefixer",
9
"watch:sass": "watch 'npm run sass' scss",
0 commit comments